Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OSA413 committed Jul 26, 2024
1 parent 2870da4 commit 614f571
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 @@ -60,6 +60,8 @@ fn main() {
You can (and should) replace this library with https://docs.rs/uuid/. The code whould look like this:

```rust
use uuid::Uuid;

let uuid = Uuid::new_v3(&Uuid::nil(), b"Hello world!");
let uuid = Uuid::new_v5(&Uuid::nil(), b"Hello world!");
```
Expand Down

0 comments on commit 614f571

Please sign in to comment.