No description
- Added `vanth_derive` crate with a procedural macro to automatically implement the `Vanth` trait for structs, including generics. - Refactored `vanth` crate by removing obsolete `vanth.rs` file. - Implemented `PartialEq` for `Ty` to enable comparisons with string values and another `Ty`. - Added integration tests for deriving `Vanth` with generic parameters. - Updated dependencies: added `quote`, `syn`, and `proc-macro2` crates. |
||
---|---|---|
.cargo | ||
crates | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md |
Vanth
Vanth is a work in progress. Maybe some kind of distributed ECS database?