Docs.rs
read-write-api-0.16.3
read-write-api 0.16.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
andrewsonin
Dependencies
parking_lot ^0.12
normal
Versions
90%
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 read_write_api
Version 0.16.3
All Items
Structs
Traits
?
Crate
read_write_api
source
·
[
−
]
Structs
ReadApiWrapper
ReadApi
wrapper for constant references.
RwApiWrapper
RwApi
wrapper for mutable references.
RwApiWrapperOwned
RwApi
owning wrapper for solitary objects.
Traits
GuardedTarget
Provides a single dereferencing target type for
ReadApi
,
WriteApi
and
RwApi
.
ReadApi
Provides a constant part of the
RwApi
interface.
RwApi
Provides an interface to unify single-threaded code and RwLocks-based code.
WriteApi
Provides a mutable part of the
RwApi
interface.