rust-osdev / spinning_topLinks
A simple spinlock crate based on the abstractions provided by the `lock_api` crate.
☆40Updated 2 years ago
Alternatives and similar repositories for spinning_top
Users that are interested in spinning_top are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last week
- ☆91Updated last year
- Minimal support for uart_16550 serial output.☆39Updated 2 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- Bare-metal allocators.☆75Updated 3 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- A collection of small utilities for working with pointer types in Rust.☆129Updated 9 months ago
- docs.rs as a publishing platform?☆71Updated last month
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- Project group working on the "safe transmute" feature☆94Updated last year
- A low-level I/O ownership and borrowing library☆104Updated 2 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated last month
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 5 months ago
- Target "triple" support☆53Updated last month
- Automatic cfg for Rust compiler features☆104Updated 4 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆40Updated last year
- ☆68Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Make trait methods callable without the trait in scope☆159Updated last month
- home for proposals in and around compile-time function evaluation☆110Updated 2 years ago
- Some internal rustc tools made accessible☆47Updated this week
- ☆101Updated last month
- ☆59Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 11 months ago
- The bare essentials of std::io for use in no_std. Alloc support is optional.☆76Updated 2 years ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Macro for sealing traits and structures☆59Updated 10 months ago
- Macro to generate random constants in Rust https://xkcd.com/221/☆78Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 6 months ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago