#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

#1520 in Parser implementations

Download history 479/week @ 2024-06-19 450/week @ 2024-06-26 538/week @ 2024-07-03 540/week @ 2024-07-10 721/week @ 2024-07-17 892/week @ 2024-07-24 965/week @ 2024-07-31 1158/week @ 2024-08-07 406/week @ 2024-08-14 367/week @ 2024-08-21 713/week @ 2024-08-28 593/week @ 2024-09-04 2786/week @ 2024-09-11 8258/week @ 2024-09-18 9399/week @ 2024-09-25 10341/week @ 2024-10-02

30,862 downloads per month
Used in 26 crates (5 directly)

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

~235KB