Sha256: 69a3aaf59acd8bca962ecc6234be56be8c0934ab79b253162f10eb881523901f
Contents?: true
Size: 385 Bytes
Versions: 38
Compression:
Stored size: 385 Bytes
Contents
#![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()) }
Version data entries
38 entries across 38 versions & 1 rubygems