Searched refs:new_v3 (Results 1 – 3 of 3) sorted by relevance
22 pub fn new_v3(namespace: &Uuid, name: &[u8]) -> Uuid { in new_v3() method133 let uuid = Uuid::new_v3(*ns, name.as_bytes()); in test_new()142 let uuid = Uuid::new_v3(*ns, name.as_bytes()); in test_to_hyphenated_string()
757 Uuid::new_v3(&Uuid::NAMESPACE_DNS, "rust-lang.org".as_bytes()); in test_get_version_v3()
40 * `v3` - adds the `Uuid::new_v3` function and the ability to create a V3