behindthename

Crates.iobehindthename
lib.rsbehindthename
version0.3.0
sourcesrc
created_at2022-01-19 00:51:58.562309
updated_at2023-02-18 07:15:26.330805
descriptionRust bindings for the behindthename.com API
homepagehttps://github.com/angus-lherrou/behindthename.rs
repositoryhttps://github.com/angus-lherrou/behindthename.rs
max_upload_size
id516459
size28,248
Angus L'Herrou (angus-lherrou)

documentation

README

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
Commit count: 33

cargo fmt