mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add bytemuck
This commit is contained in:
parent
bbe8a68c09
commit
664d99322f
1 changed files with 7 additions and 0 deletions
|
@ -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": [{
|
||||
|
|
Loading…
Reference in a new issue