Docs.rs
avm-server-0.13.0
avm-server 0.13.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
folex
mikevoronov
ValeryAntopol
fluencebot
Dependencies
air-interpreter-interface ^0.8.0
normal
avm-data-store ^0.1.0
normal
eyre ^0.6.5
normal
fluence-faas ^0.10.0
normal
log ^0.4.14
normal
maplit ^1.0.2
normal
parking_lot ^0.11.1
normal
polyplets ^0.2.0
normal
serde ^1.0.118
normal
serde_json ^1.0.61
normal
thiserror ^1.0.29
normal
Versions
43.75%
of the crate is documented
Go to latest version
Platform
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
☰
Type Definition AVMDataStore
Other items in
avm_server
?
Type Definition
avm_server
::
AVMDataStore
[
−
]
[src]
pub type AVMDataStore<E> =
Box
<dyn
DataStore
<E> +
Send
+
Sync
+ 'static>;