Docs.rs
embedded-threadsafe-0.2.3
embedded-threadsafe 0.2.3
Permalink
Docs.rs crate page
BSD-2-Clause
OR
MIT
Links
Repository
crates.io
Source
Owners
KizzyCode
Dependencies
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
embedded_
threadsafe
0.2.3
Module safecells
Module Items
Modules
In crate embedded_
threadsafe
embedded_threadsafe
Module
safecells
Copy item path
Source
Expand description
Multiple cells with different access- and safety guarantees
Modules
ยง
interrupt
A fast, thread-local cell that can be safely shared accross interrupt contexts
local
A fast, thread-local cell
shared
A cell that can be safely be shared across thread boundaries and interrupt contexts