Docs.rs
cpchain-rust-sdk-0.1.5
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
cpchain-rust-sdk 0.1.5
Rust SDK for CPChain Ecosystem
Crate
Source
Builds
Feature flags
Documentation
Coverage
20%
13
out of
65
items documented
2
out of
40
items with examples
Ø build duration
all releases: 1m 17s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
Homepage
Repository
crates.io
Dependencies
aes ^0.8.2
normal
cpc-bip39 ^0.1.0
normal
ctr ^0.9.2
normal
elliptic-curve ^0.12.3
normal
headers ^0.3.8
normal
hex ^0.4.3
normal
hex-literal ^0.3.4
normal
hmac ^0.12.1
normal
jsonrpc-core ^18.0.0
normal
log ^0.4.17
normal
num-bigint ^0.4.3
normal
pbkdf2 ^0.11.0
normal
rand ^0.8.5
normal
rand_core ^0.6.4
normal
regex ^1.7.0
normal
reqwest ^0.11.13
normal
rlp ^0.5.2
normal
scrypt ^0.10.0
normal
secp256k1 ^0.21
normal
serde ^1.0.150
normal
serde_json ^1.0.89
normal
sha2 ^0.10.6
normal
tokio ^1.21.2
normal
url ^2.3.1
normal
uuid ^1.2.2
normal
web3 ^0.18.0
normal
Versions
0.1.20
(2023-08-09)
0.1.19
(2023-08-09)
0.1.18
(2023-08-09)
0.1.17
(2023-08-09)
0.1.16
(2023-08-02)
0.1.15
(2023-07-27)
0.1.14
(2023-03-14)
0.1.13
(2023-03-14)
0.1.12
(2023-02-17)
0.1.11
(2023-02-08)
0.1.10
(2023-02-07)
0.1.9
(2023-02-06)
0.1.8
(2023-02-06)
0.1.7
(2023-02-02)
0.1.6
(2023-02-01)
0.1.5
(2023-01-04)
0.1.4
(2023-01-04)
0.1.3
(2023-01-04)
0.1.2
(2022-12-21)
0.1.1
(2022-12-17)
0.1.0
(2022-12-17)
Owners
CPCHAIN RUST SDK
This is the rust sdk for
CPChain
.
Start
cargo
add cpchain-rust-sdk
Example
use
cpchain_rust_sdk
::
CPCWeb3
;