circom-lsp-program-structure 2.1.5

Support crate for circom-lsp
Documentation
1
2
3
4
5
6
7
8
use super::ast;
pub mod error_code;
pub mod error_definition;
pub mod file_definition;
pub mod function_data;
pub mod program_archive;
pub mod program_merger;
pub mod template_data;