/libaccount

Types and traits for PKUS account and auth service development

Primary LanguageRustGNU Affero General Public License v3.0AGPL-3.0

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