Movatterモバイル変換


[0]ホーム

URL:


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

doc: move misc stuff from README to lib.rs [doc: 2/N]#1290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nicholasbishop merged 3 commits intorust-osdev:mainfromphip1611:doc3
Aug 7, 2024

Conversation

phip1611
Copy link
Member

This is split-out 2/N from#1264 to improve reviewability.

This moves misc stuff from README to lib.rs

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See theRewriting History guide for help.
  • Update the changelog (if necessary)

@phip1611phip1611 changed the titledoc: move misc stuff from README to lib.rs [doc: 2/n]doc: move misc stuff from README to lib.rs [doc: 2/N]Aug 6, 2024
//!
//! The full text of the license is available in the [license file][LICENSE].
//!
//! # Trivia and Background

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I think we should drop this section in the interest of keeping the crate docs focused on the most useful information. The history of UEFI is interesting, but not particularly relevant to developing an app with uefi-rs.

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I just drop the entire paragraph. It is irrelevant. We are already referring to the UEFI spec. This is sufficient

//! of low-level applications.
//!
//! Even joke projects such as an [IRC client][uefirc] leveraging only existing
//! UEFI boot services are possible! 😉

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'd rather leave the IRC client out of the crate docs. (Especially since it's not currently maintained, I wouldn't want to give the impression that users should look there to see how to call uefi-rs.)

As an alternative, I wouldn't be opposed to putting it in the readme if we added a showcase section, e.g. "Projects that use uefi-rs".

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I just drop the entire paragraph. It is irrelevant. We are already referring to the UEFI spec. This is sufficient

We are already referring to the UEFI spec which is sufficient.
Copy MSRV, License, and Contributing sections to lib.rs and streamline itwith the README equivalents. We should also include these information inlib.rs, as it is the main entry point into everything relevant about thelibrary. At least, it should from now on.The big benefit is that the documentation on `docs.rs` then coverseverything relevant.
@nicholasbishopnicholasbishop added this pull request to themerge queueAug 7, 2024
Merged via the queue intorust-osdev:main with commita9ffae8Aug 7, 2024
13 checks passed
@phip1611phip1611 deleted the doc3 branchAugust 7, 2024 18:47
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@nicholasbishopnicholasbishopnicholasbishop approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@phip1611@nicholasbishop

[8]ページ先頭

©2009-2025 Movatter.jp