1
0
Fork 0
mirror of https://github.com/azalea-rs/simdnbt.git synced 2025-08-02 15:36:03 +00:00
Commit graph

7 commits

Author SHA1 Message Date
mat
150a00cb29
Use a tape for reading in simdnbt::borrow and probably introduce even more UB (#8)
* write structs and unions for tape

* war crimes

* except they're not war crimes if you're winning

* clippy and uncomment disabled examples

* cleanup and fix ub

* get(0) -> first()

* add fuzzer and fix ub lmao

* fix an out of bounds write

* fix macros and make it more useable
2024-07-04 23:28:59 -05:00
mat
54710304ad fix failing compilation when deny_unknown_fields is set 2024-05-14 21:31:45 +00:00
mat
d10fa0fc38 make FromNbtTag take simdnbt::borrow::NbtTag 2023-11-28 20:16:18 -06:00
mat
820cb1f334 fix some bugs 2023-11-19 16:13:36 -06:00
mat
57dfc2c1a9 add flatten, deny_unknown_fields, generics, and support more types of HashMap keys 2023-11-19 13:58:28 -06:00
mat
331d135910 Serialize macro 2023-11-19 00:14:04 -06:00
mat
7d4b7b9a22 derive macro 2023-11-18 22:54:15 -06:00