rust-multiaddr
multiaddr implementation in Rust.
Table of Contents
Install
First add this to your Cargo.toml
[]
= "*"
then run cargo build
.
Usage
extern crate multiaddr;
use ;
let address = "/ip4/127.0.0.1/tcp/1234"..unwrap;
// or with a macro
let other = multiaddr!;
assert_eq!;
assert_eq!;
Maintainers
Captain: @dignifiedquire.
Contribute
Contributions welcome. Please check out the issues.
Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS Code of Conduct.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © 2015-2017 Friedel Ziegelmeyer