File tree 1 file changed +24
-0
lines changed 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -308,6 +308,30 @@ The API is still rough, but should be in a good enough state to try out!
308
308
[ discord-sdk ] : https://github.com/EmbarkStudios/discord-sdk
309
309
[ Discord Game SDK ] : https://discord.com/developers/docs/game-sdk/sdk-starter-guide
310
310
311
+ ### [ rkyv]
312
+
313
+ [ rkyv] is a zero-copy deserialization framework for Rust. It's an alternative
314
+ to serde that makes it easy to quickly and safely load data into memory.
315
+
316
+ This month, rkyv 0.7 was released with many new features:
317
+
318
+ - [ Endian-agnostic serialization] [ rkyv_rend ]
319
+ - [ Greatly improved performance] [ rust_serde_bench ]
320
+ - Enhanced ` no_std ` support
321
+ - [ Wrapper types] [ rkyv_wrapper_types ]
322
+ - [ A new ` BTreeMap ` implementation] [ rkyv_btree_map ]
323
+ - Reduced dependencies
324
+ - Support for some common external crates
325
+
326
+ The full changelog can be found on the [ release page] [ rkyv_0.7 ] .
327
+
328
+ [ rkyv ] : https://github.com/rkyv/rkyv
329
+ [ rkyv_rend ] : https://github.com/rkyv/rend
330
+ [ rust_serde_bench ] : https://github.com/djkoloski/rust_serialization_benchmark
331
+ [ rkyv_wrapper_types ] : https://docs.rs/rkyv/0.7.4/rkyv/with/index.html
332
+ [ rkyv_btree_map ] : https://docs.rs/rkyv/0.7.4/rkyv/collections/btree_map/index.html
333
+ [ rkyv_0.7 ] : https://github.com/rkyv/rkyv/releases/tag/v0.7.0
334
+
311
335
### [ Throne]
312
336
313
337
![ Throne] ( Throne.png )
You can’t perform that action at this time.
0 commit comments