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

102 commits

Author SHA1 Message Date
mat
3fbbd3ed38 bump version 2023-11-19 16:14:53 -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
mat
1526a21276 random polish 2023-09-21 22:51:39 -05:00
mat
fe2136ce11 rename OptionalNbt to Nbt and Nbt to BaseNbt 2023-09-21 20:37:06 -05:00
mat
872ac20e5d pub use CompoundTag and ListTag 2023-09-21 18:20:57 -05:00
mat
a161b2d0af OptionalNbt::write 2023-09-21 18:01:02 -05:00
mat
9b6c33e65d rename error type back to just Error 2023-09-21 17:58:14 -05:00
mat
a75baa7a90 add traits to OptionalNbt 2023-09-21 17:55:36 -05:00
mat
76347de9eb OptionalNbt 2023-09-21 17:48:42 -05:00
mat
837b5990e7 derive Clone and PartialEq 2023-09-21 01:14:50 -05:00
mat
b298444cdf delete callgrind output 2023-09-21 01:02:55 -05:00
mat
40f38c34ef optimize writing 2023-09-21 01:02:23 -05:00
mat
d2f3fdefc7 add writing owned data 2023-09-20 20:26:00 -05:00
mat
35d335ffd1 add mut functions 2023-09-20 18:02:18 -05:00
mat
fb2f3770d2 base support for owned data 2023-09-20 17:25:24 -05:00
mat
46173b6bdc move stuff into borrow directory 2023-09-20 16:53:57 -05:00
mat
e32791800d
Merge pull request #1 from szabgab/patch-1
Update Cargo.toml add repository
2023-09-05 10:02:50 -05:00
Gábor Szabó
6d2a6df5d1
Update Cargo.toml add repository
to allow crates.io, rust-digger, and others to link to it
2023-09-05 13:24:22 +03:00
mat
9c73382043 make deserializing int arrays lazy 2023-09-03 20:37:23 -05:00
mat
b2e155f19c 0.1.2 2023-09-03 14:24:53 -05:00
mat
a47a55624e fix is_plain_ascii 2023-09-03 14:21:46 -05:00
mat
ab5682f502 better spacing in readme 2023-09-03 14:17:54 -05:00
mat
f3529a2da6
Update README.md 2023-09-03 14:17:13 -05:00
mat
0bd5b01926 improve wording in readme 2023-09-03 14:09:04 -05:00
mat
f03c1394f0 release 0.1.1 2023-09-03 14:06:59 -05:00
mat
f2f64433b7
Update README.md 2023-09-03 14:04:47 -05:00
mat
5cd4222969 optimize is_plain_ascii some more 2023-09-03 13:58:01 -05:00
mat
d9e0cb390c use simd for is_plain_ascii 2023-09-03 03:31:23 -05:00
mat
c68c1f859f more silly string optimizations 2023-09-03 03:03:43 -05:00
mat
7117d0adb0 optimized converting mutf8 to utf8 2023-09-02 22:12:24 -05:00
mat
07fa3ed4f6 add stuff to Cargo.toml 2023-08-29 23:04:24 -05:00
mat
0b36d017ef remove io::Error from simdnbt::Error 2023-08-29 23:01:29 -05:00
mat
a56978712c fix issues with simd 2023-08-29 22:50:39 -05:00
mat
bb2d8d9fe8 calling it simdnbt is no longer a lie 2023-08-29 19:52:01 -05:00
mat
d0ccb6f406 improve docs 2023-08-28 22:51:32 -05:00
mat
9d1c9715eb improve docs 2023-08-27 23:03:41 -05:00
mat
5daf7c60e7 simplify some code 2023-08-27 22:55:04 -05:00
mat
0dd09fd76e revert benchmark update
too complicated
2023-08-27 21:46:32 -05:00
mat
cd49fe5f64 more fair benchmark 2023-08-27 21:20:38 -05:00
mat
8e633b2b46 add recursion depth limit 2023-08-27 20:04:21 -05:00
mat
8145a27800 oops 2023-08-27 04:24:39 -05:00
mat
ab580dff92 make Error public 2023-08-27 04:23:29 -05:00
mat
44fbf318c1 use azalea from github 2023-08-27 03:35:27 -05:00
mat
71f832b077 uncomment tests 2023-08-27 03:32:16 -05:00
mat
81b620a43b remove unnecessary unstable features lol 2023-08-27 02:58:45 -05:00
mat
df5abb63b0
Update README.md 2023-08-27 02:55:07 -05:00
mat
a64f731945
Update README.md 2023-08-27 02:52:50 -05:00