Skip to content

Commit

Permalink
1. Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
denisandroid committed May 7, 2024
1 parent b4fce4d commit e925bf7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ fn main() {
assert_eq!(cstr.to_bytes_with_nul(), b"How are you?\0");
}
```
## Features:
1. Safe `CStr` creation at compile time.
2. Zero-byte checking at compile time.
3. Concatenation of multiple values of different types.
4. All operations are performed at compile time, incurring zero runtime cost.
*/

#![no_std]
Expand Down

0 comments on commit e925bf7

Please sign in to comment.