Open
Description
This is the checklist of things that need to happen before the 0.2.0
release.
- Implement
Iterator
. - Implement
DoubleEndedIterator
. - Implement
FusedIterator
. - Implement
ExactSizeIterator
. These must be dependent on the target's pointer width. - Implement
TrustedLen
. - Implement
Index
for[T]
,Vec<T>
,&str
, andString
. Also implementIndex
forCStr
usingRangeFromExclusive
. - Implement
Serialize
and
Deserialize
fromserde
. -
autocfg
is working towards some form ofnightly
feature probing. This needs to be available to make the above features usable, since some of them requirenightly
, but we don't want to restrict the crate to nightly. - Set up documentation using
doc_item
to make it more clear what the requirements are for certain parts of the crate. -
rustdoc
issue with foreign implementations not being shown in documentation needs to be resolved (see AllIndex
implementations are not visible in documentation. #2). This only needs to be available innightly
, since that is what docs.rs uses. We need this to be fixed before release, or else half of the documentation will be missing. There is a PR to fix it, but it seems to be blocked currently.
Metadata
Metadata
Assignees
Labels
No labels