Docs.rs
rosetta-server-0.4.0
rosetta-server 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dvc94ch
Dependencies
anyhow ^1.0.69
normal
async-trait ^0.1.66
normal
clap ^4.1.8
normal
femme ^2.2.1
normal
futures ^0.3.26
normal
optional
hex ^0.4.3
normal
log ^0.4.17
normal
rosetta-core ^0.4.0
normal
rosetta-docker ^0.4.0
normal
optional
serde ^1.0.153
normal
serde_json ^1.0.94
normal
sled ^0.34.7
normal
tide ^0.16.0
normal
tokio ^1.26.0
normal
anyhow ^1.0.69
build
vergen ^8.1.1
build
Versions
0%
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
Module sync
rosetta_
server
0.4.0
Module sync
Module Items
Modules
Structs
In rosetta_
server::
crypto::
bip39::
core
rosetta_server
::
crypto
::
bip39
::
core
Module
sync
Copy item path
1.6.0
·
Source
Expand description
Synchronization primitives
Modules
§
atomic
Atomic types
Structs
§
Exclusive
Experimental
Exclusive
provides
mutable
access, also referred to as
exclusive
access to the underlying value. However, it only permits
immutable
, or
shared
access to the underlying value when that value is
Sync
.