No description
Find a file
Markus Scully b36f178999
🧪♻️ vanth, vanth_derive: Add derive macro for Vanth trait implementation
- 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.
2025-08-05 14:51:29 +03:00
.cargo ♻️🍱💩👷 crates/vanth, project: Refactor entity system and setup; migrate to Nix flakes 2025-08-04 21:03:15 +03:00
crates 🧪♻️ vanth, vanth_derive: Add derive macro for Vanth trait implementation 2025-08-05 14:51:29 +03:00
.gitignore Init commit 2024-11-14 23:24:15 +00:00
Cargo.lock 🧪♻️ vanth, vanth_derive: Add derive macro for Vanth trait implementation 2025-08-05 14:51:29 +03:00
Cargo.toml 🧪♻️ vanth, vanth_derive: Add derive macro for Vanth trait implementation 2025-08-05 14:51:29 +03:00
flake.lock ♻️🍱💩👷 crates/vanth, project: Refactor entity system and setup; migrate to Nix flakes 2025-08-04 21:03:15 +03:00
flake.nix ♻️🍱💩👷 crates/vanth, project: Refactor entity system and setup; migrate to Nix flakes 2025-08-04 21:03:15 +03:00
LICENSE Refactor: Convert project to a Bevy-based workspace and node 2025-07-12 22:59:41 +03:00
README.md Refactor: Convert project to a Bevy-based workspace and node 2025-07-12 22:59:41 +03:00

Vanth

Vanth is a work in progress. Maybe some kind of distributed ECS database?