slang_solidity 1.3.5

A modular set of compiler APIs empowering the next generation of Solidity code analysis and developer tooling. Written in Rust and distributed in multiple languages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[path = "nodes.generated.rs"]
mod nodes;
pub use nodes::*;

mod node_extensions;
pub use node_extensions::*;

pub use super::super::types::LiteralKind;
use super::ir2_flat_contracts as input;

#[path = "visitor.generated.rs"]
pub mod visitor;