motto 0.4.2

Compiler-as-a-Service: Turn Rust schema.rs into multi-platform SDK toolkits
Documentation
1
2
3
4
5
6
7
8
//! Core module - Static Analysis Frontend
//!
//! Uses `syn` to parse Rust AST and extract schema definitions.

pub mod fingerprint;
pub mod parser;
pub mod types;
pub mod visitor;