septid

Crates.ioseptid
lib.rsseptid
version0.2.0
sourcesrc
created_at2020-01-19 20:40:12.973641
updated_at2023-10-25 16:23:24.189449
descriptionPure Rust implementation of the spiped protocol
homepage
repositoryhttps://github.com/FauxFaux/septid
max_upload_size
id200243
size68,252
Chris West (FauxFaux)

documentation

README

septid

Build status

septid contains an implementation of the spiped protocol.

spiped can be used to make secure connections across the network, without the complexities of a full TLS ("https") implementation.

septid currently contains a write-only client, SPipe.

For usage, please consult the documentation on docs.rs, or the CLI example.

MSRV

Rust 1.39 (async/await) is supported, and checked by Travis.

This is required by zeroize, but not (yet) by us directly.

Updating this is a minor semver bump.

License

MIT or Apache-2.0

Commit count: 96

cargo fmt