Introduction
This is a helper library to generate complex and nested structures by a simple macro. It is based on the serde library that is used to serialize and deserialize data in Rust.
The name yuuka comes from the character Yuuka in the game Blue Archive.
Still in development, the API may change in the future.
Quick Start
use ;
use derive_struct;
derive_struct!;
let config = GameDevelopment ;
TODO
- Array type support
- Enum type support
- Anonymous struct support that can use
auto!macro to confirm the auto-generated field name - Default value support that can use
=to assign the default value -
pubandpub(crate)identifier support - Support custom derive macro.
- Write a homepage for this library
- Upload to
crates.io