atuin-common 18.23.0

common library for atuin
Documentation
1
2
3
4
5
6
7
8
9
10
//! OS-specific utilities.

pub mod disk;
pub mod process;

#[cfg(unix)]
pub mod unix;

#[cfg(windows)]
pub mod windows;