7 releases (4 breaking)
| 0.8.0 | Dec 28, 2022 |
|---|---|
| 0.7.0 | Jul 23, 2022 |
| 0.6.2 | Jun 29, 2022 |
| 0.5.1 | Jun 26, 2022 |
| 0.1.0 |
|
#19 in #guid
1,697,589 downloads per month
Used in 774 crates
(4 directly)
195KB
5.5K
SLoC
SIMD-accelerated UUID operations.
Examples
use uuid::Uuid;
use uuid_simd::UuidExt;
let text = "67e55044-10b1-426f-9247-bb680e5fe0c8";
let uuid: Uuid = Uuid::parse(text.as_bytes()).unwrap();
println!("{}", uuid.format_simple())
uuid-simd
SIMD-accelerated UUID operations
Documentation: https://docs.rs/uuid-simd
Repository: https://github.com/Nugine/simd
Dependencies
~250KB