1
2
3
4
5
6
include!("core.rs");

#[cfg(test)]
mod tests {
    // Tests are in doc comments in core.rs
}