angus-lherrou / behindthename.rs

Rust bindings for the behindthename.com API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

behindthename.rs Crates.io

Rust bindings for the behindthename.com API

Contributing

To run the tests, set the environment variable BTN_API_KEY to your BehindTheName API key.

Examples:

$ BTN_API_KEY=xy123456789 cargo test
# or
$ export BTN_API_KEY=xy123456789
$ cargo test

About

Rust bindings for the behindthename.com API

License:MIT License


Languages

Language:Rust 100.0%