Docs.rs
dark-std-0.2.16
dark-std 0.2.16
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
zhuxiujia
Dependencies
flume ^0.11
normal
indexmap ^2.2.5
normal
parking_lot ^0.12
normal
serde ^1.0
normal
crossbeam ^0.8
dev
tokio ^1.0
dev
Versions
6.8%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
dark_
std
0.2.16
All Items
Crate Items
Modules
Macros
Crate
dark_std
Copy item path
Source
Modules
§
defer
errors
sync
Macros
§
defer
Defers evaluation of a block of code until the end of the scope. Sort of LIFO(last-in, first-out queue) If you encounter references to resources that cannot mut more than 2 times, try nesting RefCell and then use.borrow() and.borrow_mut().
err
dark_std::errors::Error
sync_
vec