Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a committed May 2, 2024
1 parent 59a3f01 commit c18e125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ format.

- `binary`: Serialize and deserialize in Java edition's binary format.
- `snbt`: Serialize and deserialize in "stringified" format.
- `preserve_order`: Preserve the order of fields in [`Compound`]s during insertion and deletion. The iterators on `Compound` then implement `DoubleEndedIterator`.
- `preserve_order`: Preserve the order of fields in `Compound`s during insertion and deletion. The iterators on `Compound` then implement `DoubleEndedIterator`.
- `serde`: Adds support for [`serde`](https://docs.rs/serde/latest/serde/)
- `java_string`: Adds support for Java-compatible strings via the `java_string` crate.

0 comments on commit c18e125

Please sign in to comment.