Re-exports§
pub use budget::estimator::TokenEstimator;pub use signal::capture::RawSignal;pub use signal::SignalKind;pub use substrate::local::LocalSubstrate;pub use substrate::Substrate;pub use tracker::store::ExecutionRecord;
Modules§
Functions§
- home_
dir - Returns the user’s home directory. Checks
HOMEfirst (Unix), thenUSERPROFILE(Windows), then falls back to".". Use this everywhere a~/.bctxpath is resolved so the data dir works on Windows too.