Simple Rust library for auto generating conversion methods between structs.
Procedural attribute macros for Bevy apps that reduce boilerplate by automatically registering components, resources, events, states, and systems in your plugin's build function.
Provides an ergonomic way to define data models that are seamlessly converted into IndexedDB object stores, utilizing derive macros
Provides an ergonomic way to define data models that are seamlessly converted into IndexedDB object stores, utilizing derive macros
AutoModel — SQL-first Reverse ORM for Rust, Built for the greater DX and for the AI Era
Command-line interface for AutoModel — SQL-first Reverse ORM for Rust, Built for the greater DX and for the AI Era
A Rust library for dereferencing types
A Rust library for dereferencing types
Auto Convert between structs
Procedural macros for naming and strong-typing primitives and strings
Macro implementation for #[derive(StrongType)]
A minimalist file-based database designed for straightforward software applications. It leverages the Serde crate to seamlessly serialize and deserialize a HashMap of structured data to and from JSON files, ensuring simplicity and ease of use.