episteme 0.0.1

A software engineering knowledge graph engine
Documentation
1
2
3
4
5
6
7
/// Placeholder for the episteme knowledge graph engine.
/// See https://github.com/epicsagas/episteme for details.

/// Returns the library version string.
pub fn version() -> &'static str {
    "0.0.1"
}