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 |
|
#1737 in Parser implementations
64,969 downloads per month
Used in 38 crates
(5 directly)
195KB
5.5K
SLoC
uuid-simd
SIMD-accelerated UUID operations
Documentation: https://docs.rs/uuid-simd
Repository: https://github.com/Nugine/simd
lib.rs
:
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())
Dependencies
~235KB