We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Since they contain *mut u8 on many platforms, they are neither Sync + Send by default, but they're semantically just slices so they should!
*mut u8
Sync
Send