cksac/fake-rs
A library for generating fake data in Rust. observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 96
- Release rhythm 51
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 110.0
- age_days: 3717
- days_rel: 171
- days_push: 25
- n_releases_24m: 5
Adoption not part of the score
1236 stars · 127 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust library and command-line tool for generating fake data such as names, addresses, dates, and internet identifiers across 13 locales. It offers type-safe generation via a #[derive(Dummy)] macro, seeded RNGs for reproducibility, and integrations with popular crates like chrono, uuid, and serde_json.
Use cases
- generate fake test data in Rust
- seed a database with realistic dummy records
- generate random names and addresses for unit tests
- create reproducible mock datasets with a seeded RNG
- generate fake data from the command line
- populate fixtures with localized fake data in multiple languages
- generate fake UUIDs, dates, and JSON for API testing
When to choose
- You need type-safe, locale-aware fake data generation inside Rust code or tests
- You want reproducible test data via seeded RNGs
- You need a quick CLI to emit fake values like names, IPs, or credit card numbers
When to avoid
- You are not working in Rust and need a general-purpose faker for another language
- You need production-grade realistic data rather than synthetic placeholder data
- You need a GUI or web interface for generating fake data
Facets
library · maturity active
data-generation cli developer-tools testing developer-tools testing rust cli cross-platform fake-data faker mock-data seeded-rng multi-locale derive-macro test-data command-line
2 sources
- readme: https://github.com/cksac/fake-rs · fetched 2026-08-28 · 46f3afa88e44
- homepage: https://cksac.github.io/fake-rs/ · fetched 2026-08-29 · c8870cef2ed7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cksac/fake-rs | main | 81 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem