#cybersecurity #scsys #security

decanter

This crate implements basic cryptographic primitives native to the ecosystem

4 releases

0.1.3 Jan 21, 2023
0.1.2 Jan 17, 2023
0.1.1 Jan 14, 2023
0.1.0 Jul 25, 2022

#483 in Cryptography

Download history 2/week @ 2022-12-02 1/week @ 2022-12-09 3/week @ 2022-12-23 3/week @ 2022-12-30 73/week @ 2023-01-13 363/week @ 2023-01-20 281/week @ 2023-01-27 280/week @ 2023-02-03 304/week @ 2023-02-10 331/week @ 2023-02-17 249/week @ 2023-02-24 330/week @ 2023-03-03 186/week @ 2023-03-10 275/week @ 2023-03-17

1,086 downloads per month
Used in 15 crates (9 directly)

Apache-2.0

7KB
131 lines

decanter

Clippy Rust


Welcome to decanter

Getting Started

Use Rust's built-in package manager crates to install scsys.

Building from the source

Clone the repository

git clone https://github.com/scattered-systems/scsys
cd scsys

Build the workspace locally

cargo xtask build 

or

cargo xtask build --release

Auto

Automatically format and analyze the codebase before building then testing.

cargo xtask auto

Usage

use scsys::prelude::*;

fn main() {
  println!("{:?}", Message::<String>::default());
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Dependencies

~0–2.6MB
~62K SLoC