Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / stephaneyfx/enum-iterator issues and pull requests

#31 - Iteratorion order

Issue - State: open - Opened by latot 3 months ago - 2 comments

#30 - Ensure license text is included in the packaged crates

Pull Request - State: closed - Opened by davide125 5 months ago - 3 comments

#29 - Add an `ord()` function to get the enum variant index

Issue - State: closed - Opened by barbagus 7 months ago - 3 comments

#28 - Make next_cycle and previous_cycle not return Options

Pull Request - State: closed - Opened by fenhl 7 months ago - 1 comment

#27 - Is it possible to generate iterator for PROST generated enums?

Issue - State: closed - Opened by tisonkun over 1 year ago - 1 comment

#26 - Feature request: provide crate functions as type-associated functions.

Issue - State: open - Opened by nathan-at-least over 1 year ago - 1 comment
Labels: enhancement

#25 - Update to syn 2.0

Pull Request - State: closed - Opened by eloc3147 over 1 year ago - 2 comments

#25 - Update to syn 2.0

Pull Request - State: closed - Opened by eloc3147 over 1 year ago - 2 comments

#24 - I wonder if all the methods of the crate could be made `const`

Issue - State: closed - Opened by felix91gr over 1 year ago - 7 comments

#24 - I wonder if all the methods of the crate could be made `const`

Issue - State: closed - Opened by felix91gr over 1 year ago - 3 comments

#23 - Performance issues with larger (medium sized?) enums

Issue - State: closed - Opened by pietervandermeer over 1 year ago - 2 comments

#23 - Performance issues with larger (medium sized?) enums

Issue - State: closed - Opened by pietervandermeer over 1 year ago - 2 comments

#22 - Optimization potential for contiguous c-style enums

Issue - State: closed - Opened by e00E over 1 year ago - 5 comments
Labels: performance

#22 - Optimization potential for contiguous c-style enums

Issue - State: closed - Opened by e00E over 1 year ago - 5 comments
Labels: performance

#21 - Guarantee that the iteration order is the same as derive(Ord)

Issue - State: closed - Opened by e00E over 1 year ago - 5 comments
Labels: documentation

#20 - Unstable library

Issue - State: closed - Opened by red-avtovo almost 2 years ago - 4 comments

#20 - Unstable library

Issue - State: closed - Opened by red-avtovo almost 2 years ago - 4 comments

#19 - Fixed the compilation error on rustc-1.58.1

Pull Request - State: closed - Opened by gaurishg about 2 years ago - 4 comments

#19 - Fixed the compilation error on rustc-1.58.1

Pull Request - State: closed - Opened by gaurishg about 2 years ago - 4 comments

#18 - When Sequence is derived for ~300 variants, compilation is slow enough that I did not let if finish

Issue - State: closed - Opened by jmesmon about 2 years ago - 4 comments
Labels: bug

#17 - Sequence doesn't work if enum has f32 or u32, etc.

Issue - State: closed - Opened by namse about 2 years ago - 4 comments
Labels: enhancement

#17 - Sequence doesn't work if enum has f32 or u32, etc.

Issue - State: closed - Opened by namse about 2 years ago - 4 comments
Labels: enhancement

#16 - Deriving `Sequence` does not work for empty enums

Issue - State: closed - Opened by brkalmar about 2 years ago - 2 comments
Labels: bug

#16 - Deriving `Sequence` does not work for empty enums

Issue - State: closed - Opened by brkalmar about 2 years ago - 2 comments
Labels: bug

#15 - error while trying to compile the project due to error from `enum-iterator`

Issue - State: closed - Opened by emadbaqeri over 2 years ago - 12 comments

#15 - error while trying to compile the project due to error from `enum-iterator`

Issue - State: closed - Opened by emadbaqeri over 2 years ago - 12 comments

#14 - what's the recommend way to loop the enum

Issue - State: closed - Opened by githik999 over 2 years ago - 4 comments
Labels: question

#14 - what's the recommend way to loop the enum

Issue - State: closed - Opened by githik999 over 2 years ago - 4 comments
Labels: question

#13 - Clippy warning about needless question mark

Issue - State: closed - Opened by daniestevez over 2 years ago - 3 comments
Labels: bug

#13 - Clippy warning about needless question mark

Issue - State: closed - Opened by daniestevez over 2 years ago - 3 comments
Labels: bug

#12 - New releases won't build on rust v1.60

Issue - State: closed - Opened by CriesofCarrots over 2 years ago - 3 comments
Labels: documentation

#12 - New releases won't build on rust v1.60

Issue - State: closed - Opened by CriesofCarrots over 2 years ago - 3 comments
Labels: documentation

#11 - Repeating Sequences

Issue - State: closed - Opened by gollth over 2 years ago - 7 comments
Labels: enhancement, question

#10 - Compile error when building as dependency from Vergen

Issue - State: closed - Opened by SuspensionPoint over 2 years ago - 7 comments

#10 - Compile error when building as dependency from Vergen

Issue - State: closed - Opened by SuspensionPoint over 2 years ago - 7 comments

#9 - Could implement DoubleEndedIterator

Issue - State: closed - Opened by alecmocatta over 2 years ago - 5 comments
Labels: enhancement

#9 - Could implement DoubleEndedIterator

Issue - State: closed - Opened by alecmocatta over 2 years ago - 5 comments
Labels: enhancement

#8 - Example

Issue - State: closed - Opened by wyhinton about 3 years ago - 1 comment

#8 - Example

Issue - State: closed - Opened by wyhinton about 3 years ago - 1 comment

#7 - WIP support for enums with fields

Pull Request - State: closed - Opened by fenhl over 3 years ago - 1 comment

#7 - WIP support for enums with fields

Pull Request - State: closed - Opened by fenhl over 3 years ago - 1 comment

#6 - No WASM support

Issue - State: closed - Opened by Pfeil almost 4 years ago - 3 comments

#6 - No WASM support

Issue - State: closed - Opened by Pfeil almost 4 years ago - 3 comments

#5 - enum_iterator::IntoEnumIterator implementation error

Issue - State: closed - Opened by orhun over 4 years ago - 2 comments

#5 - enum_iterator::IntoEnumIterator implementation error

Issue - State: closed - Opened by orhun over 4 years ago - 2 comments

#4 - Iterate over variants with default values

Issue - State: closed - Opened by nielsle over 4 years ago - 2 comments

#4 - Iterate over variants with default values

Issue - State: closed - Opened by nielsle over 4 years ago - 2 comments

#3 - allow to use this crate in a no_std project (for embedded)

Pull Request - State: closed - Opened by rubik83 over 4 years ago - 1 comment

#3 - allow to use this crate in a no_std project (for embedded)

Pull Request - State: closed - Opened by rubik83 over 4 years ago - 1 comment

#2 - Update syn related dependencies to 1.0 and bump version

Pull Request - State: closed - Opened by Eijebong about 5 years ago - 2 comments

#2 - Update syn related dependencies to 1.0 and bump version

Pull Request - State: closed - Opened by Eijebong about 5 years ago - 2 comments

#1 - Update syn and bump version

Pull Request - State: closed - Opened by Eijebong almost 6 years ago - 1 comment

#1 - Update syn and bump version

Pull Request - State: closed - Opened by Eijebong almost 6 years ago - 1 comment