#uuid #simd #guid

no-std uuid-simd

SIMD-accelerated UUID operations

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 Nov 12, 2021

#1875 in Parser implementations

Download history 136/week @ 2024-01-02 140/week @ 2024-01-09 127/week @ 2024-01-16 60/week @ 2024-01-23 56/week @ 2024-01-30 109/week @ 2024-02-06 165/week @ 2024-02-13 110/week @ 2024-02-20 106/week @ 2024-02-27 127/week @ 2024-03-05 127/week @ 2024-03-12 255/week @ 2024-03-19 201/week @ 2024-03-26 191/week @ 2024-04-02 118/week @ 2024-04-09 243/week @ 2024-04-16

811 downloads per month
Used in 2 crates

MIT license

195KB
5.5K SLoC

uuid-simd

Crates.io Docs MIT licensed

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

~220KB