dignifiedquire / pin-cellLinks
pin-safe interior mutability
☆14Updated 3 years ago
Alternatives and similar repositories for pin-cell
Users that are interested in pin-cell are comparing it to the libraries listed below
Sorting:
- ☆63Updated 8 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Backported standard Rust library to older compilers.☆22Updated 2 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆107Updated 2 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 4 months ago
- ☆55Updated 4 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆102Updated 5 years ago
- A rust implementation of the va_list type from `stdarg.h`☆24Updated last month
- Repo for the Rust `platform` crate.☆22Updated 6 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- A Rust implementation of the PCG PRNG.☆24Updated 8 years ago
- ☆57Updated last year
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- Token tree calling convention