Skip to main content

Crate shiplog_team

Crate shiplog_team 

Source
Expand description

Team aggregation mode for generating team-level shipping summaries.

shiplog-team is the optional public boundary. Its internal phases live as modules so config resolution, ledger aggregation, and packet rendering do not become separate package contracts.

Re-exports§

pub use aggregate::TeamAggregator;
pub use aggregate::TeamOutputFiles;
pub use aggregate::write_team_outputs;
pub use core::TeamConfig;
pub use core::parse_alias_list;
pub use core::parse_csv_list;
pub use core::resolve_team_config;
pub use render::TeamAggregateResult;
pub use render::TeamMemberSummary;
pub use render::render_packet_markdown;

Modules§

aggregate
Team aggregation mode for generating team-level shipping summaries.
core
render
Team packet rendering contracts for team aggregation mode.