Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Apr 2, 2024
1 parent b44f029 commit f9f1f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ overhead over that of a regular `&str` slice / fat pointer. In theory this could
down to the same size as a fat pointer using unsafe rust, but this way we get to have
completely safe code and the difference is negligible.

## Examples

```rust
use safe_string::{IndexedString, IndexedStr, IndexedSlice};

Expand Down

0 comments on commit f9f1f8b

Please sign in to comment.