xbp 10.30.1

XBP is a zero-config build pack that can also interact with proxies, kafka, sockets, synthetic monitors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod cursor;
mod history;
mod inventory;

pub use cursor::{collect_cursor_inventory, CursorInventory};
pub use history::{
    collect_cursor_history, decode_cursor_resource_uri, CursorHistoryCollection,
    CursorHistoryEntrySnapshot, CursorHistoryWorkspaceSnapshot,
};
pub use inventory::{
    collect_system_inventory, discover_xbp_projects, GitIdentityRecord, GithubRepoRecord,
    InstalledToolRecord, OperatingSystemRecord, SystemDrive, SystemInventory,
    SystemInventoryOptions, XbpProjectRecord,
};