Quellcodebibliothek
Statistik
Leitseite
products
/
sources
/
formale Sprachen
/
C
/
Firefox
/
third_party
/
rust
/
uuid
/
tests
/
ui
/
compile_pass
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 159 B
Quelle renamed.rs Sprache: unbekannt
use ::uuid::{uuid as id, Uuid as Id};
mod uuid {
struct MyType;
}
struct Uuid;
const _: Id = id!("67e55044-10b1-426f-9247-bb680e5fe0c8");
fn main() {}
[ Dauer der Verarbeitung: 0.12 Sekunden (vorverarbeitet)
]
2026-04-04