Docs.rs
cosmwasm-vm-1.0.0-beta7
cosmwasm-vm 1.0.0-beta7
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:cosmwasm:core-rust-developers
DariuszDepta
pinosu
Dependencies
clru ^0.4.0
normal
cosmwasm-crypto ^1.0.0-beta7
normal
cosmwasm-std ^1.0.0-beta7
normal
hex ^0.4
normal
loupe ^0.1.3
normal
parity-wasm ^0.42
normal
schemars ^0.8.1
normal
serde ^1.0.103
normal
serde_json ^1.0
normal
sha2 ^0.9.1
normal
thiserror ^1.0
normal
wasmer =2.2.1
normal
wasmer-middlewares =2.2.1
normal
clap ^2.33.3
dev
criterion ^0.3
dev
hex-literal ^0.3.1
dev
leb128 ^0.2
dev
rand ^0.8
dev
tempfile ^3.1.0
dev
wat ^1.0
dev
Versions
25.84%
of the crate is documented
Go to latest stable release
Platform
i686-unknown-linux-gnu
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
☰
CommunicationResult
In cosmwasm_vm
?
Type Definition
cosmwasm_vm
::
CommunicationResult
source
·
[
−
]
pub type CommunicationResult<T> =
Result
<T,
CommunicationError
>;