3 releases (1 stable)
Uses old Rust 2015
1.0.0 | Aug 29, 2024 |
---|---|
0.2.0 | Sep 16, 2017 |
0.1.0 | Sep 15, 2017 |
#1495 in Parser implementations
65 downloads per month
81KB
380 lines
openalias.rs
Look up and parse OpenAlias data.
Documentation
Manpage
Usage
Get cryptocurrency addresses for "nabijaczleweli.xyz" and "donate.getmonero.org" aliases:
openalias nabijaczleweli.xyz donate.getmonero.org
Look up and get BTC address for "donate@nabijaczleweli.xyz":
extern crate openalias;
openalias::addresses("donate@nabijaczleweli.xyz");
For more information and examples see the manpage and/or documentation.
Lookup leak protection with DNSCrypt
Just use dnscrypt-proxy on your system.
Dependencies
~7–14MB
~180K SLoC