sushant94 / libsmt.rs

Rust Bindings to interact with SMTLIB2 compliant solvers
Apache License 2.0
16 stars 12 forks source link

Add re-exports #12

Open sushant94 opened 8 years ago

sushant94 commented 8 years ago

The current modules level makes it hard to use some common components of the library such as opcodes. For a better developer experience, it is better to re-export these.