-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective `valence_nbt` could use some adjustments. # Solution - Move top-level conversion functions to `conv` module. - Remove public `Display` impl from `Tag`. - Remove implicit "null" byte check when decoding compounds. This check can be done in advance if desired. - Remove potentially dangerous memory preallocation when decoding binary. - Make `Compound::to_binary` and `Compound::from_binary` free functions for discoverability and familiarity with serde_json.
- Loading branch information
Showing
12 changed files
with
222 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.