jymchng / sosecrets-rsLinks
A simple `Secret` wrapper type that reveals the secret at most `N: typenum::Unsigned` (i.e. unsigned integer) times with compile time guarantees and exposure of secrets are strictly controlled in its lifetime.
☆18Updated last year
Alternatives and similar repositories for sosecrets-rs
Users that are interested in sosecrets-rs are comparing it to the libraries listed below
Sorting:
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Choose Rust types at compile-time via constants☆70Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Helper macros: autoimpl, impl_scope☆68Updated 2 months ago
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- horrible serde macro stuff☆39Updated 2 years ago
- A versatile and developer-friendly trait mocking library☆79Updated 3 months ago
- Utilities for working with impl traits in Rust.☆121Updated last year
- Lending iterators on stable Rust☆83Updated 2 years ago
- Macro for sealing traits and structures☆61Updated last year
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆67Updated 2 months ago
- Serde partial serialization made easy☆42Updated 3 years ago
- Serde Visitor for deserializing untagged enums☆69Updated this week
- Open a scope and then freeze it in time for future access.☆108Updated last year
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆22Updated 4 years ago
- It executes futures☆57Updated 2 years ago
- Typed any map for rust☆67Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆96Updated 2 weeks ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆50Updated 3 months ago
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆52Updated 3 months ago
- Traits extending the Rust Range structs in std::ops☆42Updated 2 years ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆131Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- The missing compound borrowing for Rust.☆63Updated 3 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 months ago
- Make any value Sync but only available on its original thread☆39Updated last month
- Serde-based replacement for #[derive(Debug)]☆68Updated last year
- Define your own PhantomData☆158Updated last month