Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b57af64

Browse files
Update README.md
1 parent 8204bb2 commit b57af64

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ This project contains multiple sub-crates:
3030
- `uefi` (top directory): defines the standard UEFI tables / interfaces.
3131
The objective is to stay unopionated and safely wrap most interfaces.
3232

33+
- `uefi-exts`: extension traits providing utility functions for common patterns.
34+
- Requires the `alloc` crate (either use `uefi-alloc` or your own custom allocator).
35+
36+
- `uefi-macros`: procedural macros that are used to derive some traits in `uefi`.
37+
3338
- `uefi-services`: provides a panic handler, and initializes some helper crates:
3439
- `uefi-logger`: logging implementation for the standard [log] crate.
3540
- Prints output to console.
@@ -38,9 +43,6 @@ This project contains multiple sub-crates:
3843
- This allows you to allocate objects on the heap.
3944
- There's no guarantee of the efficiency of UEFI's allocator.
4045

41-
- `uefi-exts`: extension traits providing utility functions for common patterns.
42-
- Requires the `alloc` crate (either use `uefi-alloc` or your own custom allocator).
43-
4446
- `uefi-test-runner`: a UEFI application that runs unit / integration tests.
4547

4648
[log]: https://github.com/rust-lang-nursery/log

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /