Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/unicode-ident/tests/fst/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 385 B image not shown  

Quelle  mod.rs   Sprache: unbekannt

 
#![allow(clippy::module_name_repetitions)]

pub fn xid_start_fst() -> fst::Set<&'static [u8]> {
    let data = include_bytes!("xid_start.fst");
    fst::Set::from(fst::raw::Fst::new(data.as_slice()).unwrap())
}

pub fn xid_continue_fst() -> fst::Set<&'static [u8]> {
    let data = include_bytes!("xid_continue.fst");
    fst::Set::from(fst::raw::Fst::new(data.as_slice()).unwrap())
}

[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]