Docs.rs
dark-std-0.2.3
dark-std 0.2.3
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
zhuxiujia
Dependencies
crossbeam ^0.8
normal
flume ^0.10
normal
parking_lot ^0.12
normal
serde ^1.0
normal
tokio ^1.0
dev
Versions
7.14%
of the crate is documented
This release has been yanked, go to latest version
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
☰
Crate dark_std
Version 0.2.3
All Items
Modules
Macros
?
Crate
dark_std
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