rusty_lr_core 3.39.1

core library for rusty_lr
Documentation
1
2
3
4
5
6
7
8
9
10
11
// #[cfg(feature = "fxhash")]
pub use rustc_hash::FxHashMap as HashMap;

// #[cfg(feature = "fxhash")]
pub use rustc_hash::FxHashSet as HashSet;

// #[cfg(not(feature = "fxhash"))]
// pub use std::collections::HashMap;

// #[cfg(not(feature = "fxhash"))]
// pub use std::collections::HashSet;