Crates.io | behindthename |
lib.rs | behindthename |
version | 0.3.0 |
source | src |
created_at | 2022-01-19 00:51:58.562309 |
updated_at | 2023-02-18 07:15:26.330805 |
description | Rust bindings for the behindthename.com API |
homepage | https://github.com/angus-lherrou/behindthename.rs |
repository | https://github.com/angus-lherrou/behindthename.rs |
max_upload_size | |
id | 516459 |
size | 28,248 |
Rust bindings for the behindthename.com API
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