With serde it is possible to for have a struct like this one ```rust struct Foo { bar: &str } ``` and deserialize it, where the string borrows from the bytes. But that doesn't work with CrabNBT