secrets
secrets copied to clipboard
Remove unsound `impl Bytes for bool` and `char`
bool and char are not able to have any arbitrary bit-pattern, so they should not implement Bytes.
fixes #100