ai-game/gbnf
projectmoon 64209738de GBNF: const generics for arrays; lock derive to owned data.
Remove the trait impl macros for arrays, as we can use const generics
for it instead.

Add DeserializeOwned trait bound to the blanket trait impls and
clarify the panic message that the derive macro only works with
structs that have owned data (no borrows).
2024-02-05 21:25:01 +01:00
..
src GBNF: const generics for arrays; lock derive to owned data. 2024-02-05 21:25:01 +01:00
Cargo.toml Implement derive macro to convert structs to GBNF rules. 2024-02-05 16:12:05 +01:00