knowdit-repo-model 0.2.0

Smart contract auditing framework.
Documentation
1
2
3
4
5
6
7
8
9
pub mod cg;
pub mod db;
pub mod repo;
pub mod storage;

pub use repo::{
    CodeGenRecord, CodeGenStatus, CoverageEntry, HarnessRunRecord, HistoricalSemanticRecord,
    LoadedCodeGen, RepoDatabase, RunKind, SemanticMatchSet,
};