We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d2322 commit 005af84Copy full SHA for 005af84
CHANGELOG.md
@@ -5,7 +5,9 @@
5
### Added
6
7
- There is a new `fs` module that provides a high-level API for file-system
8
- access. The API is close to the `std::fs` module.
+ access. The API is close to the `std::fs` module. The module also provides a
9
+ `Path` and a `PathBuf` abstraction that is similar to the ones from
10
+ `std::path`. However, they are adapted for UEFI.
11
- Multiple convenience methods for `CString16` and `CStr16`, including:
12
- `CStr16::as_slice()`
13
- `CStr16::num_chars()`
0 commit comments