lune/crates/lune-std-fs
Maxwell Ruben de03c572c4 Fix readDir with trailing forward-slash on Windows
Output is now consistent regardless of the trailing forward-slash on Windows. Looks like this
was caused by using std::path::MAIN_SEPARATOR and not taking into account that Windows uses both
forward and back slashes. Decided to use tokio's file_name() function instead since it removes the
leading path for you.
2024-06-26 13:12:42 -05:00
..
src Fix readDir with trailing forward-slash on Windows 2024-06-26 13:12:42 -05:00
Cargo.toml Bump all crate versions 2024-06-23 12:55:47 +02:00