fadeevab / cocoon
Simple and reliable secure storage with strong encryption and format validation.
☆74Updated 6 months ago
Alternatives and similar repositories for cocoon:
Users that are interested in cocoon are comparing it to the libraries listed below
- A token-based rate limiter based on the leaky bucket algorithm.☆106Updated 2 weeks ago
- PASETOrs: PASETO tokens in pure Rust☆102Updated last week
- A Rust crate providing an implementation of an RFC-compliant `EmailAddress` newtype.☆69Updated 4 months ago
- A Platform-less, Runtime-less Actor Computing Model☆122Updated last year
- A middleware for actix-web that provides rate-limiting backed by governor.☆109Updated 2 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆135Updated 3 months ago
- Asynchronous SSH client library in pure Rust☆45Updated last week
- A generic abstraction of paginated APIs☆60Updated last year
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆103Updated 3 weeks ago
- A websocket protocol implementation.☆90Updated this week
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆85Updated this week
- A implementation of convenience integrations between tokio and tower☆129Updated last year
- Procedural macro to easily write higher-order strategies in proptest.☆46Updated last week
- A Mutex wrapper tracking acquisition order☆69Updated 2 weeks ago
- Web API access control for Rust☆125Updated last week
- ✈️ a private, authenticated, permissioned cargo registry☆129Updated 2 years ago
- Rexie is an easy-to-use, futures based wrapper around IndexedDB that compiles to webassembly.☆87Updated 6 months ago
- A Rust library for interrupting asynchronous streams.☆158Updated 2 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- ☆120Updated last week
- A Cargo subcommand to build and test all feature flag combinations.☆152Updated last year
- Minimal asynchronous runtime for Rust☆127Updated 7 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆151Updated last year
- Simple ACME client☆116Updated this week
- A very fast Key-Value store in pure rust☆99Updated last month
- Simple pure Rust AWS S3 Client following a Sans-IO approach☆124Updated last week
- Memory validation framework for Rust☆67Updated last month
- Compact JWT implementation in Rust☆55Updated 2 weeks ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆47Updated 3 years ago
- A memory-efficient patricia tree implementation written in Rust