Prerequisites #
- Rust toolchain (
cargo) installed.
Build From Source #
git clone https://github.com/username/fauxrest.git
cd fauxrest
cargo build --releaseThe binary is generated at target/release/fauxrest.
Quick Start #
- Create a
data/directory with JSON files. - Prepare a config file (for example
fauxrest.json) if you need explicit serializer/layout settings. - Build outputs:
fauxrest build ./data fauxrest.json- Check generated files under the configured destination path.
Example Input #
{
"name": "Alice",
"role": "Developer"
}