Skip to content

Commit 7df0dce

Browse files
committed
Mention CString & CStr as #![no_std] difference in README
1 parent dc7e073 commit 7df0dce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ ascii = "0.9"
1818

1919
Most of `AsciiChar` and `AsciiStr` can be used without `std` by disabling the
2020
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
21+
`IntoAsciiString` as well as all methods referring to these types and
22+
`CStr` and `CString` are unavailable.
23+
The `Error` trait is also unavailable, but `description()` is made
2324
available as an inherent method for `ToAsciiCharError` and `AsAsciiStrError`.
2425

2526
To use the `ascii` crate in `core`-only mode in your cargo project just add the

0 commit comments

Comments
 (0)