Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update file device to compile on Windows | Ben Bridle | 2024-07-30 |
| | | | | | | | | Construction of OsStrings is handled differently between Windows and Unix, using platform-specific APIs. The method OsStr::as_bytes was also changed to OsStr::as_encoded_bytes at some point between Rust versions 1.69 and 1.80. | ||
* | Implement new file device interface | Ben Bridle | 2024-01-31 |
This is a complete redesign of the file device. The most notable addition is the ability to ascend and descend the file tree. |