A Rust library for stuff.
Add the following dependency to your cargo.toml file.
astralib = { git = "https://github.com/AstragoDETechnologies/astralib.git" }Then you can use astralib by importing it as such:
extern crate astralib;You can the run the following command to download / update the library:
cargo update