Adrian8115 / bedrock-rs

A universal library for MCBE in Rust
16 stars 4 forks source link

port NBT to use Cursor<Vec<&[u8]>>, removing the copy #26

Closed fmccl closed 2 weeks ago

fmccl commented 2 weeks ago

fixes #23

Adrian8115 commented 2 weeks ago

LGTM!