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.
1 parent dc7e073 commit 7df0dceCopy full SHA for 7df0dce
README.md
@@ -18,8 +18,9 @@ ascii = "0.9"
18
19
Most of `AsciiChar` and `AsciiStr` can be used without `std` by disabling the
20
default features. The owned string type `AsciiString` and the conversion trait
21
-`IntoAsciiString` as well as all methods referring to these types are
22
-unavailable. The `Error` trait is also unavailable, but `description()` is made
+`IntoAsciiString` as well as all methods referring to these types and
+`CStr` and `CString` are unavailable.
23
+The `Error` trait is also unavailable, but `description()` is made
24
available as an inherent method for `ToAsciiCharError` and `AsAsciiStrError`.
25
26
To use the `ascii` crate in `core`-only mode in your cargo project just add the
0 commit comments