faker-rust 0.1.0

A high-performance, locale-aware fake data generator for Rust
Documentation
1
2
3
4
5
6
//! Blockchain generators - provides cryptocurrency address generators

pub mod aeternity;
pub mod bitcoin;
pub mod ethereum;
pub mod tezos;