Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 435 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 435 Bytes

SubIT libaccount

libaccount is a Rust crate providing types and traits for building PKUSchool-dedicated account services.

Usage

Add a new dependency in Cargo.toml of your project:

libaccount = { version = "0.1", git = "https://github.com/subitlab-buf/libaccount.git" }

Generate API references

Run the following command to generate documents of this crate and its dependencies:

cargo doc --open