-
Notifications
You must be signed in to change notification settings - Fork 254
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
Log libz-blitz evaluation tracker #109
Comments
First link seem point to 404 |
Ah yes sorry I opened this in the wrong place, there's shortly be a thread on internals to replace this. |
That is a cool list. I'd be interested in copying and use it. Is there any more information about it that I could use? |
Ok there's now a thread on internals as well as this thread copied there too. If you've got any questions/thoughts, please feel free to post there! |
@dpc Here's the list: https://github.com/brson/rust-api-guidelines |
log
evaluation for 2017-05-16For more information see the internals libz blitz thread.
This post is a wiki. Feel free to edit it.
Links
Pre-review checklist
Do these before the libs team review.
Post-review checklist
Do these after the libs team review.
Guidelines checklist
as_
,to_
,into_
conventions ([C-CONV])iter
,iter_mut
,into_iter
([C-ITER])_mut
and_ref
([C-OWN-SUFFIX])Copy
,Clone
,Eq
,PartialEq
,Ord
,PartialOrd
,Hash
Debug
,Display
,Default
From
,AsRef
,AsMut
([C-CONV-TRAITS])FromIterator
andExtend
([C-COLLECT])Serialize
,Deserialize
([C-SERDE])"serde"
cfg option that enables Serde ([C-SERDE-CFG])Send
andSync
where possible ([C-SEND-SYNC])Send
andSync
([C-SEND-SYNC-ERR])()
([C-MEANINGFUL-ERR])Hex
,Octal
,Binary
formatting ([C-NUM-FMT])?
, nottry!
, notunwrap
([C-QUESTION-MARK])readme, keywords, categories
Deref
andDerefMut
([C-DEREF])Deref
andDerefMut
never fail ([C-DEREF-FAIL])bool
orOption
([C-CUSTOM-TYPE])bitflags
, not enums ([C-BITFLAG])Debug
([C-DEBUG])Debug
representation is never empty ([C-DEBUG-NONEMPTY])Cookbook use case statements
Crate issues
(List potential issues here)
Style guide updates
(List potential updates to the style guide)
Discussion topics
(List new questions that arose from this evaluation)
The text was updated successfully, but these errors were encountered: