proc-macro derive for `staticview` crate
Turn any borrowed struct into a self-owning `'static` version — all slice data packed into a single heap allocation, no cloning strings into `String`, no `Vec` overhead. Just raw, flat memory.
A library to easily access Assetto Corsa Evo shared memory.