We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as_
to_
into_
iter
iter_mut
into_iter
impl Eq, PartialEq for illicit::Layer
From
AsRef
AsMut
FromIterator
Extend
Serialize
Deserialize
Send
Sync
Hex
Octal
Binary
R: Read
W: Write
?
try!
unwrap
Deref
DerefMut
bool
Option
bitflags
Debug
The text was updated successfully, but these errors were encountered:
[crates.io] Update manifests, add (empty) changelogs.
1cf5bb5
From #147, addresses C-METADATA
80d3864
Successfully merging a pull request may close this issue.
as_
,to_
,into_
conventions (C-CONV)iter
,iter_mut
,into_iter
(C-ITER)impl Eq, PartialEq for illicit::Layer
#152From
,AsRef
,AsMut
(C-CONV-TRAITS)FromIterator
andExtend
(C-COLLECT)Serialize
,Deserialize
(C-SERDE)Send
andSync
where possible (C-SEND-SYNC)Hex
,Octal
,Binary
formatting (C-NUM-FMT)R: Read
andW: Write
by value (C-RW-VALUE)?
, nottry!
, notunwrap
(C-QUESTION-MARK)readme, keywords, categories
Deref
andDerefMut
(C-DEREF)bool
orOption
(C-CUSTOM-TYPE)bitflags
, not enums (C-BITFLAG)Debug
(C-DEBUG)Debug
representation is never empty (C-DEBUG-NONEMPTY)The text was updated successfully, but these errors were encountered: