PistonDevelopers / hematite_server

A Minecraft server clone
http://hematite.piston.rs/
MIT License
141 stars 16 forks source link

Improve insert() ergonomics for NbtBlob #86

Closed atheriel closed 9 years ago

atheriel commented 9 years ago

This is a small feature to make working with NbtBlob objects a little easier by using the Into<T> trait.