We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08ca58c + 453dc1b commit cae80cdCopy full SHA for cae80cd
README.md
@@ -47,8 +47,8 @@ $ cargo add http-types
47
```
48
49
## Safety
50
-This crate uses ``#![deny(unsafe_code)]`` to ensure everything is implemented in
51
-100% Safe Rust.
+This crate uses `unsafe` in a few places to convert from validated ASCII byte
+buffers to utf-8 strings.
52
53
## Contributing
54
Want to join us? Check out our ["Contributing" guide][contributing] and take a
0 commit comments