mirror of https://git.sr.ht/~slondr/spart
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
src | 9 months ago | |
.gitignore | 1 year ago | |
Cargo.toml | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 10 months ago |
README.md
spart is a library for building Spartan clients. It works!
To use it, add this to your Cargo.toml:
spart = { git = "https://git.sr.ht/~slondr/spart" }
spart is extremely simple to use. For an example client (about 4 lines of Rust), see: https://git.sr.ht/~slondr/achaea/tree/master/item/src/main.rs
spart is licensed under the terms of the GNU Affero General Public License, version 3.0.