encryptable

Crates.ioencryptable
lib.rsencryptable
version0.1.1
sourcesrc
created_at2023-06-20 04:55:58.389479
updated_at2023-06-20 17:01:06.360883
descriptionBasic byte encrypter library, supports adding encrypt and decrypt functions to any type
homepagehttps://github.com/elijah629/encryptable-rs
repositoryhttps://github.com/elijah629/encryptable-rs
max_upload_size
id894667
size6,685
elijah629 (elijah629)

documentation

README

encryptable-rs

Basic byte encrypter library, supports adding encrypt and decrypt functions to any type

Features

  • serde: Adds derives for serde::{Serialize, Deserialize} to Encrypted
  • bincode: Adds derives for bincode::{Encode, Decode} to Encrypted
Commit count: 3

cargo fmt