-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
huangjiahua commentedon Apr 16, 2020
@domenukk I've used
from_le_bytes
andfrom_be_bytes
several times in my little project. I want to have a try. Will this code snippet work?Duddino commentedon Apr 17, 2020
@huangjiahua maybe you can also add
u32::from_ne_bytes()
as an alternative totransmute
but without unsafealso you can show that
u32::from_ne_bytes()
is equal tomem::trasmute
with an assertionrustbot commentedon Apr 17, 2020
Error: Parsing assign command in comment failed: ...uangjiahua|error: user should start with @ at >|...
Please let
@rust-lang/release
know if you're having trouble with this bot.rustbot commentedon Apr 17, 2020
Error: Parsing assign command in comment failed: ...uangjiahua|error: user should start with @ at >|...
Please let
@rust-lang/release
know if you're having trouble with this bot.Rollup merge of rust-lang#71315 - huangjiahua:update-documentation, r…
Rollup merge of rust-lang#71315 - huangjiahua:update-documentation, r…
Alexendoo commentedon Apr 22, 2020
Closed by #71315