travelagent-core 1.10.3

Core library for travelagent code review tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod comment;
pub mod diff_types;
pub mod review;
pub mod tour;

pub use comment::{AnchorState, AuthorKind, Comment, CommentType, LineRange, LineSide};
pub use diff_types::{DiffFile, DiffHunk, DiffLine, FileStatus, LineOrigin};
pub use review::{MentalModel, ReviewSession, SessionDiffSource};
pub use tour::{
    CommentTriage, NewCommentLocation, TourAggressiveness, TourCommentMeta, TourState, TourStop,
    TourTriageVerdict, build_tour_stops,
};