issues
search
kpreid
/
exhaust
Exhaustive iteration trait in Rust
https://docs.rs/exhaust/
Apache License 2.0
13
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump Swatinem/rust-cache from 2.7.3 to 2.7.5
#52
dependabot[bot]
opened
1 month ago
0
Additional test coverage and cargo-mutants compatibility.
#51
kpreid
closed
1 month ago
0
Exhaust sequences up to a length?
#50
kpreid
opened
1 month ago
0
Fill out changelog for 0.2.1 release.
#49
kpreid
closed
1 month ago
0
Add examples to derive macro and `carry()`.
#48
kpreid
closed
1 month ago
0
Remove no-longer-needed `Copy` bound on `impl Exhaust for Cell`.
#47
kpreid
closed
1 month ago
0
Systematize macro-generated names and document possible name conflicts.
#46
kpreid
closed
1 month ago
0
make generated type names camel case
#45
tesselode
closed
1 month ago
3
Exhaust derive triggers non_camel_case_types warning from Rust Analyzer
#44
tesselode
closed
1 month ago
2
Review `FlatZipMap`
#43
kpreid
opened
2 months ago
1
Test for excessive cloning
#42
kpreid
opened
2 months ago
0
Update changelog for 0.2.0 release.
#41
kpreid
closed
2 months ago
0
Add `Debug` bounds to iterator and factory; expand macro docs.
#40
kpreid
closed
2 months ago
0
Hide generated factory type details in a newtype.
#39
kpreid
closed
2 months ago
0
Remove `brute_force_search()`.
#38
kpreid
closed
2 months ago
0
Bump version number of `exhaust-macros`.
#37
kpreid
closed
2 months ago
0
Final changes for 0.1.2 release.
#36
kpreid
closed
2 months ago
0
Remove use of workspace dependencies.
#35
kpreid
closed
2 months ago
0
Add test coverage for `size_hint()` and `rev()`.
#34
kpreid
closed
2 months ago
0
Add `Factory` and remove `Clone` bound on Exhaust (breaking change).
#33
kpreid
closed
2 months ago
0
Move non-implementation docs from impls to the trait.
#32
kpreid
closed
2 months ago
0
Add more tests of the derive’s handling of naming and visibility.
#31
kpreid
closed
2 months ago
0
Revise “do not implement” docs.
#30
kpreid
closed
2 months ago
0
Implement and require `FusedIterator`
#29
kpreid
closed
2 months ago
1
Deps: Update `itertools` to 0.13.0.
#28
kpreid
closed
2 months ago
0
Update clap requirement from 3.2.23 to 4.5.17
#27
dependabot[bot]
closed
2 months ago
0
Update itertools requirement from 0.12.0 to 0.13.0
#26
dependabot[bot]
closed
2 months ago
1
Bump obi1kenobi/cargo-semver-checks-action from 2.1 to 2.6
#25
dependabot[bot]
closed
2 months ago
0
CI: Create dependabot.yml
#24
kpreid
closed
2 months ago
0
CI: Add separate lint check, fmt, mutants, no_std build.
#23
kpreid
closed
2 months ago
0
CI: Use direct-minimal-versions.
#22
kpreid
closed
2 months ago
0
Various lint and small fixes.
#21
kpreid
closed
2 months ago
0
Indexable exhaustive types
#20
kpreid
opened
2 months ago
1
Derived iterator should copy `#[doc(hidden)]` from its original type
#19
kpreid
closed
2 months ago
1
Documentation and dependency updates
#18
kpreid
closed
11 months ago
0
Using Exhaust without iterating numbers
#17
TheNeikos
closed
11 months ago
1
Prepare release 0.1.1
#16
kpreid
closed
1 year ago
1
Update `syn` dependency.
#15
kpreid
closed
1 year ago
0
Fix broken doc link and reject broken doc links in CI.
#14
kpreid
closed
1 year ago
0
impl Exhaust for HashMap
#13
kpreid
closed
1 year ago
0
impl Exhaust for `std::io::{Cursor, Empty, Sink}`
#12
kpreid
closed
1 year ago
0
Silence clippy warning.
#11
kpreid
closed
1 year ago
0
Implement `Exhaust` for `Cow`, `Poll`, `BuildHasherDefault`
#10
kpreid
closed
1 year ago
0
Semver checking + fix
#9
kpreid
closed
1 year ago
0
Start a changelog.
#8
kpreid
closed
1 year ago
0
Add GitHub Actions CI configuration.
#7
kpreid
closed
1 year ago
0
Remove `trait Exhaust: Clone` supertrait bound?
#6
kpreid
closed
2 months ago
5
Implement optional iterator features
#5
kpreid
opened
2 years ago
1
Implement `Exhaust` for all possible standard library types
#4
kpreid
opened
2 years ago
3
Add GitHub Actions CI
#3
kpreid
closed
1 year ago
1
Next