library for writing spartan clients in Rust
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.
Eric S. Londres 739e875117
actually handle connection errors
9 months ago
src actually handle connection errors 9 months ago
.gitignore create repository 1 year ago
Cargo.toml 0.1 1 year ago
LICENSE update readme and add license 1 year ago
README.md update readme 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.