Expand description
cabin.lock reader, writer, and validator.
The lockfile records the registry packages and versions chosen by
the resolver. Local path packages are intentionally omitted; patch
and source-replacement policy is recorded only for stale-lockfile
detection under --locked.
Re-exports§
pub use error::LockfileError;pub use io::read_lockfile;pub use io::write_lockfile;pub use model::LOCKFILE_VERSION;pub use model::LockedPackage;pub use model::LockedPatch;pub use model::LockedPatchKind;pub use model::LockedSource;pub use model::LockedSourceLocatorKind;pub use model::LockedSourceReplacement;pub use model::Lockfile;pub use validate::validate;