cargo-reclaim 0.2.1

Safe Cargo cleanup for target directories, stale artifacts, and Cargo home caches
Documentation
1
2
3
4
5
6
7
8
9
10
mod common;
mod foundation;
mod platform;
mod procfs;
mod sysinfo_provider;

pub use foundation::{ActiveObservationProvider, ActiveObservationScope};
pub use platform::{DISABLE_ACTIVE_PROCESS_DETECTION_ENV, platform_active_observation_provider};
pub use procfs::ProcfsActiveObservationProvider;
pub use sysinfo_provider::SysinfoActiveObservationProvider;