Docs.rs
cosmwasm-vm-3.0.1
cosmwasm-vm 3.0.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ethanfrey
github:confio:developers
webmaster128
Dependencies
bech32 ^0.11.0
normal
blake2 ^0.10.6
normal
bytes ^1.4.0
normal
clru ^0.6.1
normal
cosmwasm-core ^3.0.1
normal
cosmwasm-crypto ^3.0.1
normal
cosmwasm-std ^3.0.1
normal
cosmwasm-vm-derive ^3.0.1
normal
crc32fast ^1.3.2
normal
derive_more =1.0.0-beta.6
normal
dhat ^0.3.3
normal
optional
hex ^0.4
normal
rand_core ^0.6
normal
serde ^1.0.192
normal
serde_json ^1.0.140
normal
sha2 ^0.10.3
normal
strum ^0.26.2
normal
thiserror ^1.0.26
normal
tracing ^0.1.32
normal
wasmer =5.0.6
normal
wasmer-middlewares =5.0.6
normal
wasmer-types =5.0.6
normal
clap ^4
dev
criterion ^0.5.1
dev
glob ^0.3.1
dev
hex-literal ^0.4.1
dev
leb128 ^0.2
dev
rand ^0.8
dev
target-lexicon ^0.12
dev
tempfile ^3.1.0
dev
time ^0.3.35
dev
wasm-encoder ^0.205.0
dev
wat ^1.0
dev
Versions
31.22%
of the crate is documented
Platform
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cosmwasm_
vm
3.0.1
cosmwasm_vm
Function
to_vec
Copy item path
Source
pub fn to_vec<T>(data:
&T
) ->
VmResult
<
Vec
<
u8
>>
where T:
Serialize
+ ?
Sized
,