decanter-crypto

Crates.iodecanter-crypto
lib.rsdecanter-crypto
version0.1.6
sourcesrc
created_at2023-01-14 18:24:02.969851
updated_at2023-10-07 17:52:39.58513
descriptionThis crate implements basic cryptographic primitives native to the ecosystem
homepagehttps://github.com/FL03/decanter/wiki
repositoryhttps://github.com/FL03/decanter
max_upload_size
id758978
size8,018
Joe McCain III (FL03)

documentation

README

decanter

Clippy Rust crates.io docs.rs


Welcome to decanter

Getting Started

Use Rust's built-in package manager crates to add decanter.

Building from the source

Clone the repository

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

Build the workspace locally

cargo build --release --workspace

or

cargo build -F wasm --release --target wasm32-unknown-unknown --workspace

Testing

cargo test --all -F full --release

or

cargo test --all -F wasm --release --target wasm32-unknown-unknown

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

Commit count: 56

cargo fmt