Docs.rs
hdp-0.9.0
hdp 0.9.0
Permalink
Docs.rs crate page
10 June 2025
Links
Homepage
Repository
crates.io
Source
Owners
rkdud007
Dependencies
alloy ^0.4.2
normal
alloy-merkle-tree ^0.7.1
normal
alloy-rlp ^0.3.8
normal
anyhow ^1.0.79
normal
cairo-lang-starknet-classes ^2.7.0
normal
eth-trie-proofs ^0.1.2
normal
futures ^0.3.30
normal
itertools ^0.10
normal
lazy_static ^1.4.0
normal
regex ^1
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_with ^2.3.2
normal
sn-trie-proofs ^0.1.1
normal
starknet ^0.11.0
normal
starknet-crypto ^0.7.1
normal
starknet-types-core ^0.1.5
normal
tempfile ^3.10.1
normal
thiserror ^1.0
normal
tokio ^1
normal
tracing ^0.1
normal
criterion ^0.4
dev
dotenv ^0.15.0
dev
Versions
24.4%
of the crate is documented
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
hdp
0.9.0
Module
Vec
Aliased Type
Trait Implementations
Compilable
In hdp::
preprocessor::
compile::
module
hdp
::
preprocessor
::
compile
::
module
Type Alias
ModuleVec
Copy item path
Source
pub type ModuleVec =
Vec
<
ExtendedModule
>;
Aliased Type
§
pub struct ModuleVec {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Compilable
for
ModuleVec
Source
§
async fn
compile
( &self, compile_config: &
CompilerConfig
, ) ->
Result
<
CompilationResult
,
CompileError
>