fmodsilo_server 0.1.0

FModSilo language server provides language features for Factorio mod development.
Documentation
1
2
3
4
5
6
7
8
9
pub struct Workspace {

}

impl Workspace {
    pub fn new() -> Workspace {
        Workspace {  }
    }
}