Add bytemuck

This commit is contained in:
Nico Burns 2022-11-08 01:30:36 +00:00
parent bbe8a68c09
commit 664d99322f

View file

@ -196,6 +196,13 @@
"notes": "Utility functions to convert between different endianness or read/write data with a specific endianness"
}]
},
{
"name": "Safe type casts",
"crates": [{
"name": "bytemuck",
"notes": ""
}]
},
{
"name": "Bitflags",
"crates": [{