mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-25 21:37:32 +00:00
6 lines
122 B
Rust
6 lines
122 B
Rust
//! Filesystem support for tinymist.
|
|
|
|
#[cfg(feature = "system")]
|
|
pub mod flock;
|
|
#[cfg(feature = "system")]
|
|
pub mod paths;
|