Skip to content

Commit

Permalink
Mention CString & CStr as #![no_std] difference in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tormol committed Aug 22, 2019
1 parent dc7e073 commit 7df0dce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ ascii = "0.9"

Most of `AsciiChar` and `AsciiStr` can be used without `std` by disabling the
default features. The owned string type `AsciiString` and the conversion trait
`IntoAsciiString` as well as all methods referring to these types are
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.
The `Error` trait is also unavailable, but `description()` is made
available as an inherent method for `ToAsciiCharError` and `AsAsciiStrError`.

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

0 comments on commit 7df0dce

Please sign in to comment.