# tera-rand
[![build status]][actions]
[![latest version]][crates.io]
[![docs]][`tera-rand` documentation]
[![rustc version 1.72+]][rust 1.72]
`tera-rand` is a library of random data generation functions for the [Tera] template engine. Please see [`tera-rand`
documentation] for example usage.
`tera-rand-cli` is a command-line tool for generating a feed of random data from a [Tera] template. This random data
can be useful for tasks such as simulating traffic or populate data stores. Please see [`tera-rand-cli` documentation]
for more details.
[build status]: https://img.shields.io/github/actions/workflow/status/philosobyte/tera-rand/ci.yml?branch=main
[actions]: https://github.com/philosobyte/tera-rand/actions?query=branch%3Amain
[latest version]: https://img.shields.io/crates/v/tera_rand.svg
[crates.io]: https://crates.io/crates/tera-rand
[docs]: https://docs.rs/tera-rand/badge.svg
[rustc version 1.72+]: https://img.shields.io/badge/rustc-1.72+-lightgray.svg
[rust 1.72]: https://blog.rust-lang.org/2023/08/24/Rust-1.72.0.html
[`tera-rand` documentation]: https://docs.rs/tera-rand
[`tera-rand-cli` documentation]: https://docs.rs/tera-rand-cli
[Tera]: https://github.com/Keats/tera