forked from Orchid/orchid
Public API and docs
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
//! A type-agnostic interner
|
||||
//!
|
||||
//! Can be used to deduplicate various structures for fast equality comparisons.
|
||||
//! The parser uses it to intern strings.
|
||||
mod display;
|
||||
mod monotype;
|
||||
mod multitype;
|
||||
@@ -10,9 +14,9 @@ pub use token::Tok;
|
||||
|
||||
/// A symbol, nsname, nname or namespaced name is a sequence of namespaces
|
||||
/// and an identifier. The [Vec] can never be empty.
|
||||
///
|
||||
///
|
||||
/// Throughout different stages of processing, these names can be
|
||||
///
|
||||
///
|
||||
/// - local names to be prefixed with the current module
|
||||
/// - imported names starting with a segment
|
||||
/// - ending a single import or
|
||||
|
||||
Reference in New Issue
Block a user