Docs.rs
About
Badges
Builds
Metadata
Shorthand URLs
Releases
Releases by Stars
Recent Build Failures
Build Failures by Stars
Release Activity
Build Queue
Rust
The Book
Standard Library API Reference
Rust by Example
Rust Cookbook
Crates.io
The Cargo Guide
hyperledger-0.1.0
hyperledger 0.1.0
Docs.rs crate page
MIT
Links
Crates.io
Source
Authors
snnsnn
Dependencies
Versions
0.1.0
Platform
i686-apple-darwin
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
☰
1
2
3
4
5
6
7
#[
cfg
(
test
)]
mod
tests
{
#[
test
]
fn
it_works
() {
assert_eq
!
(
2
+
2
,
4
); } }