vanth/crates/varo
Markus Scully b927702ee2
📝 README.md, varo: Fix documentation errors and add new README
- Corrected `Data::<ty()` to `Data::ty()` and added quotes around the example string in main README.
- Changed "derivation" to "derive macro" in the main README explanation.
- Updated all Nix run commands to use full `git+https` URLs with `.git` extension.
- Created a new README for the `varo` crate describing its planned purpose.
2025-08-11 13:23:16 +03:00
..
src ♻️🍱 config, cli, vanth, vanth_derive, varo: Reformatted code and added editor configuration files 2025-08-07 12:49:33 +03:00
tests/integration ♻️🍱 config, cli, vanth, vanth_derive, varo: Reformatted code and added editor configuration files 2025-08-07 12:49:33 +03:00
Cargo.toml 🧪 workspace, varo: Implement RNG with ChaCha8 and add optimization function 2025-08-06 16:46:58 +03:00
README.md 📝 README.md, varo: Fix documentation errors and add new README 2025-08-11 13:23:16 +03:00

Varo

Varo is planned to be a testing framework for Vanth.

It is not useable yet.