Expand description
Split module.
Modules§
- async_
std - Run asynchronously with
async-std
/async_std
feature. - tokio
- Run asynchronously with
tokio
feature.
Structs§
- Split
- Process to split file from a path to a directory.
- Split
Result - Result of the split process.