Skip to content

uefi::helpers not found / Rust UEFI Book out of sync #1139

Closed
@osteffenrh

Description

@osteffenrh

The UEFI app tutorial at https://rust-osdev.github.io/uefi-rs/HEAD/tutorial/app.html does not work with the current version of the uefi crate available from crates.io.
The book refers to the latest state of the source repo, and not what is published on creates.io, although it instructs to use cargo add uefi to add the crate.

The current crates.io version (0.27.0) does not have the uefi::helpers mod yet, and thus stuff does not build -- very confusing.

Maybe the Rust book needs to be versioned?
Or only rebuild it when the create is published to crates.io?

Yes, the README.md at the uefi-v0.27.0 tag points to a working example, but the documentation linked at crates.io also points to the Rust book, following HEAD instead of pointing to the correct version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions