thoughts-tool 0.9.0

Flexible thought management using filesystem mounts for git repositories
Documentation
1
2
3
4
5
6
7
8
mod constants;
pub mod detector;

pub use constants::*;
pub use detector::{Platform, PlatformInfo, detect_platform};

// Platform-specific info types are available through detector module
// Use: crate::platform::detector::LinuxInfo or crate::platform::detector::MacOSInfo