dot-agent-core 0.1.0

Core library for dot-agent profile management
Documentation
1
2
3
4
5
6
7
8
9
pub mod error;
pub mod installer;
pub mod metadata;
pub mod profile;

pub use error::{DotAgentError, Result};
pub use installer::{DiffResult, FileInfo, FileStatus, InstallResult, Installer};
pub use metadata::Metadata;
pub use profile::{Profile, ProfileManager};