1
2
3
4
5
6
7
8
mod xref;
mod xrefmut;

pub use crate::xref::XRef;
pub use xrefmut::XRefMut;

#[cfg(test)]
mod tests;