-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear if From<Ipv4Addr> for u32 is network order or not #40118
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
P-medium
Medium priority
Comments
It is network order, but that should be documented on the impl. |
steveklabnik
added
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
P-medium
Medium priority
and removed
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
labels
Mar 10, 2017
doc team triage: this would make a great first PR. I am happy to mentor anyone who wants to tackle this issue. |
@steveklabnik I'd like to, is someone else working on this? |
@z1mvader nope, please do! Ping me if you need any help 😄 |
ghost
mentioned this issue
Mar 17, 2017
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 17, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 17, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 17, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 18, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 18, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 18, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 18, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 18, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Mar 18, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Mar 19, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 19, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 19, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
anatol
pushed a commit
to anatol/steed
that referenced
this issue
Mar 31, 2017
documented order of conversion between u32 an ipv4addr This fixes rust-lang/rust#40118
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
P-medium
Medium priority
The conversion traits are implemented for conversion between
u32
andIpv4Addr
, but it is not clear what byte order is used.The text was updated successfully, but these errors were encountered: