owengage / fastnbt

Fast serde serializer and deserializer for Minecraft's NBT and Anvil formats
MIT License
185 stars 35 forks source link

Expand `only_bytes!` macro #105

Closed hollowness-inside closed 5 months ago

hollowness-inside commented 5 months ago

Expanded only_bytes! macro to cover more functions, including cases with generics and multiple arguments.

owengage commented 5 months ago

Looks good, thanks. :)