tinymist-std 0.14.6

Additional functions wrapping Rust's standard library.
Documentation
1
2
3
4
5
6
//! Filesystem support for tinymist.

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