library for writing spartan clients in Rust
Go to file
Eric S. Londres 3e9d2bcb86
some attempt at porting to a new url library
2023-03-07 22:13:47 -05:00
src some attempt at porting to a new url library 2023-03-07 22:13:47 -05:00
.gitignore create repository 2022-06-08 18:58:14 -04:00
Cargo.toml some attempt at porting to a new url library 2023-03-07 22:13:47 -05:00
LICENSE update readme and add license 2022-06-08 22:25:37 -04:00
README.md update readme 2022-08-09 18:59:10 -04:00

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.