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 e925bf7 commit 6ca1921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ use core::ffi::CStr;
```

## Example:
```
```rust
use cluCStr::cstr;
use core::ffi::CStr;

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Safe and efficient creation of "CStr" with zero-byte checking and support for co
You can use `c"wow"` since Rust 1.77.0 instead of `cstr!("wow")` from this crate. This new feature provides more concise code and faster compilation. If you are using an older Rust API (like 1.66), this crate will still be relevant for some time.
## Example:
```
```rust
use cluCStr::cstr;
use core::ffi::CStr;
Expand Down

0 comments on commit 6ca1921

Please sign in to comment.