elph-core 0.0.6

Shared core utilities for Elph applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Default home-directory files scaffolded on first run.
//!
//! Each type writes a minimal placeholder file when missing so `elph` and
//! `eclaw` can bootstrap their config/data trees before app-specific setup.

mod bundled;
mod trust;
mod version;

pub use bundled::BundledManifest;
pub use trust::TrustStore;
pub use version::VersionFile;