# cksac/fake-rs

A library for generating fake data in Rust.

Repository: https://github.com/cksac/fake-rs
Canonical: https://ross.abutalabs.com/products/fake-rs
Homepage: https://cksac.github.io/fake-rs/
Language: Rust
License: Apache-2.0
License Family: permissive
Last push: 2026-08-08T16:03:49+00:00

## Health v2 (maintenance only)
Score: 81/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 51, longevity 100
- inputs: {"age_days": 3717, "days_push": 25, "days_rel": 171, "gap_med": 110.0, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1236, forks 127 (observed 2026-08-28T04:04:05.256287+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: data-generation, cli, developer-tools, testing
- domain: developer-tools, testing
- platform: rust, cli, cross-platform
- tags: fake-data, faker, mock-data, seeded-rng, multi-locale, derive-macro, test-data, command-line

## Member repositories
- cksac/fake-rs (main) score 81

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:05.256287+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:21:57.773574+00:00, confidence not recorded.
  - readme: https://github.com/cksac/fake-rs (fetched 2026-08-28T04:04:05.256287+00:00, sha 46f3afa88e44)
  - homepage: https://cksac.github.io/fake-rs/ (fetched 2026-08-29T12:21:11.313980+00:00, sha c8870cef2ed7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
