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

Download history 1/week @ 2024-06-21 1/week @ 2024-07-19 3/week @ 2024-07-26 62/week @ 2024-08-23 47/week @ 2024-08-30 17/week @ 2024-09-13 16/week @ 2024-09-20 25/week @ 2024-09-27 7/week @ 2024-10-04

65 downloads per month

MIT license

81KB
380 lines

openalias.rs AppVeyorCI build status Licence Crates.io version

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