libaccount is a Rust crate providing types and traits for building PKUSchool-dedicated account services.
Add a new dependency in Cargo.toml of your project:
libaccount = { version = "0.1", git = "https://github.com/subitlab-buf/libaccount.git" }Run the following command to generate documents of this crate and its dependencies:
cargo doc --open