Skip to content

Commit

Permalink
remove varint support. can't easily get it compiling without warnings…
Browse files Browse the repository at this point in the history
… across all platforms
  • Loading branch information
gafferongames committed Dec 26, 2023
1 parent d571eb2 commit c18d2f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 521 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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
* Serialize signed integer values with [min,max] writing only the required bits to the buffer
* Serialize floats, doubles, compressed floats, strings, byte arrays, varints, and integers relative to another integer
* Serialize floats, doubles, compressed floats, strings, byte arrays, 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

Expand Down
Loading

0 comments on commit c18d2f2

Please sign in to comment.