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

#1808 in Parser implementations

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 "[email protected]":

extern crate openalias;
openalias::addresses("[email protected]");

For more information and examples see the manpage and/or documentation.

Lookup leak protection with DNSCrypt

Just use dnscrypt-proxy on your system.

Dependencies

~8–15MB
~195K SLoC