Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,12 @@ Results are saved to `target/criterion/` with HTML reports for detailed analysis
4. **Composable** — chain with pipes, embed in scripts, use in CI
5. **Fast** — Rust, zero-copy parsing where possible, streaming for large files

## Documentation

- 📖 **[Mapping Language Reference](docs/MAPPING_LANGUAGE.md)** — full syntax and semantics
- 📦 **[Installation Guide](docs/INSTALLATION.md)** — all install methods, shell completions, troubleshooting
- 🔄 **[Migration Guide](docs/MIGRATION.md)** — moving from jq / yq / mlr to morph

## License

MIT
Expand Down
Loading