Re-exports§
pub use crate::sinto_as_usize;pub use crate::sinto_reexport;pub use crate::sinto_todo;pub use crate::hax::*;pub use crate::hax::constant_utils::*;pub use crate::hax::index_vec::*;pub use crate::hax::traits::*;pub use crate::hax::types::*;pub use self::rustc::*;
Modules§
Structs§
- HashMap
- A hash map implemented with quadratic probing and SIMD lookup.
- PathBuf
- An owned, mutable path (akin to
String). - Rc
- A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
- RDefId
- A
DefIdidentifies a particular definition, by combining a crate index and a def index.
Enums§
- RDef
Kind - What kind of definition something is; e.g.,
modvsstruct.enum DefPathDatamay need to be updated if a new variant is added here.