use-fs
Composable filesystem-adjacent primitives for RustUse.
Experimental
use-fs is experimental while the workspace remains below 0.3.0. Expect API
adjustments as the first wave settles.
Example
use *;
Scope
- feature-gated access to the focused
use-fscrates - direct reexports for path, file-name, extension, directory, and stem helpers
- one dependency for callers that want the full first-wave workspace
Non-goals
- adding filesystem I/O APIs
- hiding crate boundaries behind heavy abstraction
- replacing
std::pathorstd::fs
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license