Docs.rs
multiversx-chain-vm-0.6.0
multiversx-chain-vm 0.6.0
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
andrei-marinica
BiancaIalangi
Dependencies
bitflags ^1.3.2
normal
ed25519-dalek ^2.0.0
normal
hex ^0.4
normal
hex-literal ^0.3.1
normal
itertools ^0.10.3
normal
multiversx-chain-vm-executor ^0.2.0
normal
num-bigint ^0.4
normal
num-traits ^0.2
normal
rand ^0.8.5
normal
rand_seeder ^0.2.2
normal
sha2 ^0.10.6
normal
sha3 ^0.10.6
normal
Versions
7.89%
of the crate is documented
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
☰
multiversx_chain_vm
0.6.0
Module with_shared
Enums
Functions
In crate multiversx_chain_vm
?
Module
multiversx_chain_vm
::
with_shared
source
·
[
−
]
Enums
Shareable
Wraps an object and provides mutable access to it.
Functions
with_shared_mut_ref
Temporarily converts a mutable reference into a reference-counted smart pointer (
Rc
).