1 2 3 4 5
use program_structure::ast::Version; pub const COMPILER_VERSION: Version = (2, 1, 4); pub const DEFAULT_LEVEL: &str = "WARNING"; pub const DEFAULT_CURVE: &str = "BN254";