spade-common 0.16.0

Helper crate for https://spade-lang.org/
Documentation
1
2
3
4
5
6
7
8
use crate::name::Path;

#[derive(Debug)]
pub struct ModuleNamespace {
    pub namespace: Path,
    pub base_namespace: Path,
    pub file: String,
}