library for writing spartan clients in Rust
Go to file
Eric S. Londres 739e875117
actually handle connection errors
2022-09-03 18:01:21 -04:00
src actually handle connection errors 2022-09-03 18:01:21 -04:00
.gitignore create repository 2022-06-08 18:58:14 -04:00
Cargo.toml 0.1 2022-06-08 21:57:04 -04: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.