Docs.rs
algorand-rs-0.1.0
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
algorand-rs 0.1.0
A Rusty sdk for the Algorand blockchain.
Crate
Source
Builds
Feature flags
Documentation
Coverage
53.76%
193
out of
359
items documented
1
out of
151
items with examples
Size
Source code size: 180.81 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 7.33 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
manuelmauro/algorand-rs
0
0
0
crates.io
Dependencies
data-encoding ^2.3.1
normal
derive_more ^0.99.11
normal
indexmap ^1.6.1
normal
lazy_static ^1.4.0
normal
rand ^0.8.1
normal
reqwest ^0.9.20
normal
ring ^0.16.19
normal
rmp ^0.8.8
normal
rmp-serde ^0.14.0
normal
serde ^1.0
normal
serde_bytes ^0.11
normal
serde_json ^1.0.40
normal
sha2 ^0.8.0
normal
static_assertions ^0.3.4
normal
url ^2.2.0
normal
chrono ^0.4.9
dev
dirs ^2.0
dev
Versions
0.1.0
(2021-01-29)
Owners
algorand-rs
This crate aims at becoming a rusty algorand sdk. It is based on the great
work of @mraof
.