kotoba 0.1.3

GP2-based Graph Rewriting Language - ISO GQL-compliant queries, MVCC+Merkle persistence, and distributed execution
Documentation
1
2
3
4
5
6
7
//! 実行エンジン

pub mod executor;
pub mod gql_parser;

pub use executor::*;
pub use gql_parser::*;