pschema-rs 0.0.1

Pregel-based schema validation algorithm written in Rust for generating Wikidata subsets
Documentation
1
2
3
4
5
6
/// `pub mod symbol_table;` is creating a public module named `symbol_table`. This
/// module is related to managing and manipulating symbol tables,
/// which are data structures used in programming languages to store information
/// about symbols (such as variables, functions, and classes) and their associated
/// values.
pub mod symbol_table;