📝 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.
This commit is contained in:
Markus Scully 2025-08-11 13:23:16 +03:00
parent ff57ee8deb
commit b927702ee2
Signed by: mascully
GPG key ID: 93CA5814B698101C
2 changed files with 9 additions and 4 deletions

5
crates/varo/README.md Normal file
View file

@ -0,0 +1,5 @@
# Varo
Varo is planned to be a testing framework for Vanth.
It is not useable yet.