Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames authored Dec 24, 2023
1 parent 2d8fe4e commit 87dc4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ It has the following features:
* Serialize floats, doubles, compressed floats, strings, byte arrays, varints, and integers relative to another integer
* Alignment support so you can align your bitstream to a byte boundary whenever you want
* Template based serialization system so you can write a unified serialize function instead of separate read and write functions
* Separate read and write methods so you can still have separate read and write methods where it makes sense

# Author

Expand Down

0 comments on commit 87dc4e3

Please sign in to comment.