Open
Description
Since our strings (for identifier etc..) are fixed size, we could easily move the allocation from heap to the stack. Rust doesn't have std lib support for such things, but fortunately a crate that solves that problem https://crates.io/crates/arrayvec