binlist_rs 0.1.1

Rust wrapper for Binlist API
Documentation
1
2
3
4
5
6
7
8
9
pub mod bank;
pub mod country;
pub mod bin;
pub mod number;

pub use bank::Bank;
pub use country::Country;
pub use bin::BinInformation;
pub use number::Bin;