File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
content/this-month/2021-09 Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ It is now part of a workspace and lives next to the new crate `multiboot2-header
45
45
The following changes were merged this month:
46
46
47
47
- [ Code style improvements + optional CI job (clippy, rustfmt, rustdoc)] ( https://github.com/rust-osdev/multiboot2/pull/92 )
48
- - [ editorconfig file] ( https://github.com/rust-osdev/multiboot2/pull/93 )
49
48
- [ std in tests; hash for TagType] ( https://github.com/rust-osdev/multiboot2/pull/94 )
50
49
- [ editorconfig file] ( https://github.com/rust-osdev/multiboot2/pull/93 )
51
50
- [ prepared cargo workspace, as discussed in PR #79 ] ( https://github.com/rust-osdev/multiboot2/pull/86 )
@@ -54,11 +53,13 @@ The changes were published as <span class="gray">`v0.12.2`</span>.
54
53
55
54
56
55
### [ ` multboot2-header ` ] ( https://github.com/rust-osdev/multiboot2 ) (** new** )
56
+
57
57
The ` multiboot2-header ` crate provides abstraction types for the Multiboot2 header
58
58
and a builder struct to construct these headers. The corresponding repository was
59
59
prepared ([ #86 ] ( https://github.com/rust-osdev/multiboot2/pull/86 ) ) and the initial release
60
60
is expected in early October. See [ #95 ] ( https://github.com/rust-osdev/multiboot2/pull/95 ) for more details.
61
61
62
+
62
63
## Call for Participation
63
64
64
65
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding
You can’t perform that action at this time.
0 commit comments