Docs.rs
fuels-programs-0.70.0
fuels-programs 0.70.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fuel-service-user
Dependencies
async-trait ^0.1.74
normal
fuel-abi-types ^0.8.0
normal
fuel-asm ^0.59.1
normal
fuel-tx ^0.59.1
normal
fuel-types ^0.59.1
normal
fuels-accounts ^0.70.0
normal
fuels-core ^0.70.0
normal
itertools ^0.12.0
normal
rand ^0.8.5
normal
serde_json ^1.0.108
normal
tokio ^1.34.0
normal
tempfile ^3.8.1
dev
test-case ^3.3
dev
Versions
20.41%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
fuels_programs/
responses.rs
1
2
3
4
5
mod
call;
mod
submit;
pub use
call::
*
;
pub use
submit::
*
;