spart/README.md

11 lines
403 B
Markdown
Raw Permalink Normal View History

2022-06-09 02:21:56 +00:00
spart is a library for building Spartan clients. It works!
To use it, add this to your Cargo.toml:
```toml
2022-08-09 22:59:10 +00:00
spart = { git = "https://git.sr.ht/~slondr/spart" }
2022-06-09 02:21:56 +00:00
```
2022-06-09 02:25:37 +00:00
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.