tinymist_std/
fs.rs

1
2
3
4
5
6
//! Filesystem support for tinymist.

#[cfg(feature = "system")]
pub mod flock;
#[cfg(feature = "system")]
pub mod paths;