moonlight-core 0.1.2

Shared comparison, diffing, classification, and JSONL storage primitives for Moonlight.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod compare;
pub mod config;
pub mod report;
pub mod review;
pub mod run;
pub mod storage;
pub mod target;
mod types;

pub use types::*;