Registry / utility / smt2parser

smt2parser

JSON →
library0.6.1rscratesunverified

Generic parser library for the SMT-LIB-2 format.

# Cargo.toml [dependencies] smt2parser = "0.6.1"
INSTALL
IMPORT
SIG · SMT2PARSER
S
smt2parser
utilityrustv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parse
use smt2parser::parse;

Parses an SMT-LIB-2 string.

use smt2parser::parse; fn main() { let input = "(set-logic QF_LIA)"; let result = parse(input); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
smt2parser — cargo add smt2parser · libregistry