xee-name 0.1.5

Xee XML namespace support
Documentation
1
2
3
4
5
6
use ahash::HashSet;

use crate::Name;

/// A set of variable names.
pub type VariableNames = HashSet<Name>;