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 ba8b778 commit 8dfdeb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ It has the following features:

* Serialize a bool with only one bit
* Serialize any integer value from [1,64] bits writing only that number of bits to the buffer
* Template based serialization system so you can write a unified serialize function instead of separate read and write
* Serialize signed integer values with [min,max] range, varints, relative integer encoding, zig-zag encoding and compressed float values
* Serialize signed integer values with [min,max] using only the bits required
* Serialize floats, doubles, compressed floats, strings, varints, and integers relative to another integer
* Template based serialization system so you can write a unified serialize function instead of separate read and write functions

# Author

Expand Down

0 comments on commit 8dfdeb7

Please sign in to comment.