gnosis 0.1.0

Gnosis — enterprise knowledge compiler (CLI + library)
Documentation
1
2
3
4
5
6
7
pub mod filesystem;
pub mod git;
pub mod types;

pub use filesystem::FilesystemConnector;
pub use git::GitContext;
pub use types::{GitProtoData, ObjectDescriptor, ProtoData};