Module pschema_rs::utils

source ·
Expand description

pub mod utils; is creating a public module named utils. This module contains utility functions and helper code that can be used throughout the codebase.

Modules

  • pub mod examples; is creating a public module named examples. This module contains scenarios for us to play with schemas a Knowledge graphs.
  • 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.