circom-lsp-program-structure 2.1.5

Support crate for circom-lsp
Documentation
1
2
3
4
5
6
7
8
9
10
11
extern crate num_bigint_dig as num_bigint;
extern crate num_traits;

pub mod abstract_syntax_tree;
pub mod program_library;
pub mod utils;

// Library interface
pub use abstract_syntax_tree::*;
pub use program_library::*;
pub use utils::*;