Docs.rs
cairo-vm-2.0.0-rc1
cairo-vm 2.0.0-rc1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
klaus993
github:lambdaclass:crates-io-publishers:owners
orizi
liorgold2
AbdelStark
Dependencies
anyhow ^1.0.69
normal
arbitrary ^1.3.0
normal
optional
ark-ff ^0.4.2
normal
optional
ark-std ^0.4.0
normal
optional
bincode ^2.0.0-rc.3
normal
bitvec ^1
normal
cairo-lang-casm ^2.9.0-dev.0
normal
optional
cairo-lang-starknet ^2.9.0-dev.0
normal
optional
cairo-lang-starknet-classes ^2.9.0-dev.0
normal
optional
clap ^4.3.10
normal
optional
generic-array ^0.14.7
normal
hashbrown ^0.14.0
normal
hex ^0.4.3
normal
keccak ^0.1.2
normal
lazy_static ^1.4.0
normal
nom ^7
normal
num-bigint ^0.4
normal
num-integer ^0.1.45
normal
num-prime ^0.4.3
normal
optional
num-traits ^0.2
normal
rand ^0.8.5
normal
rust_decimal ^1.35.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10.7
normal
sha3 ^0.10.8
normal
starknet-crypto ^0.6.1
normal
starknet-types-core ^0.1.2
normal
thiserror-no-std ^2.0.2
normal
wasm-bindgen =0.2.92
normal
zip ^0.6.6
normal
optional
assert_matches ^1.5.0
dev
num-prime ^0.4.3
dev
rstest ^0.17.0
dev
criterion ^0.5.1
dev
iai-callgrind ^0.3.1
dev
mimalloc ^0.1.37
dev
proptest ^1.0.0
dev
wasm-bindgen-test ^0.3.34
dev
Versions
9.29%
of the crate is documented
Go to latest stable release
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
cairo_
vm
2.0.0-rc1
Module default
Module Items
Traits
Derive Macros
In cairo_
vm::
with_
std
cairo_vm
::
with_std
Module
default
Copy item path
1.0.0
·
Source
Expand description
The
Default
trait for types with a default value.
Traits
§
Default
A trait for giving a type a useful default value.
Derive Macros
§
Default
Derive macro generating an impl of the trait
Default
.