Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-25 | Add enumerate helperenumerate-result | Matthias Beyer | |
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> | |||
2019-10-25 | v0.4.0 | Matthias Beyer | |
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> | |||
2019-10-25 | Add changelog for 0.4.0 | Matthias Beyer | |
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> | |||
2019-10-25 | Add changelog entry for 0.3.0 | Matthias Beyer | |
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> | |||
2019-10-25 | Merge branch 'ok-or-else' | Matthias Beyer | |
2019-10-25 | Merge branch 'more-travis' | Matthias Beyer | |
2019-10-25 | Add some tests for the map_inner_ok_or_else() extension | Matthias Beyer | |
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> | |||
2019-10-25 | Add ok-or-else extension | Matthias Beyer | |
Extracted from imag, where the source is LGPL2.0, but I am the author and hereby relicense this piece of code with MPL 2.0 for the resiter crate repository. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> | |||
2019-10-24 | Always use the latest patch version | Matthias Beyer | |
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> | |||
2019-10-24 | Build on all versions since 1.21 | Matthias Beyer | |
2018-12-20 | v0.3.0 | Matthias Beyer | |
2018-11-30 | Merge pull request #13 from dpc/rename | Dawid Ciężarkiewicz | |
Rename | |||
2018-11-30 | Merge pull request #11 from dpc/and_then | Dawid Ciężarkiewicz | |
Add `and_then_ok` and `and_then_err` | |||
2018-11-30 | Merge pull request #7 from dpc/flat_map | Dawid Ciężarkiewicz | |
Flattening operation | |||
2018-11-30 | Get rid of `X` suffix | Dawid Ciężarkiewicz | |
2018-11-30 | Get rid of `_x` in file names | Dawid Ciężarkiewicz | |
2018-11-30 | Merge pull request #12 from dpc/reexport | Dawid Ciężarkiewicz | |
Reexport | |||
2018-11-29 | Re-export all traits from root module | Dawid Ciężarkiewicz | |
So the user can do `use resiter::*` and be done with it. Discussion: #10 | |||
2018-11-29 | Actually, make `and_then_x` be able to change the type. | Dawid Ciężarkiewicz | |
2018-11-29 | Actually, make `and_then_x` be able to change the type. | Dawid Ciężarkiewicz | |
2018-11-27 | Add `and_then_ok` and `and_then_err` | Dawid Ciężarkiewicz | |
2018-11-27 | Add `and_then_ok` and `and_then_err` | Dawid Ciężarkiewicz | |
2018-11-27 | Add `flatten_ok` and `flatten_err` | Dawid Ciężarkiewicz | |
2018-11-27 | Add `flat_map_ok` and `flat_map_err` | Dawid Ciężarkiewicz | |
2018-11-27 | Add `flatten_ok` and `flatten_err` | Dawid Ciężarkiewicz | |
2018-11-27 | Add `flat_map_ok` and `flat_map_err` | Dawid Ciężarkiewicz | |
2018-11-26 | Implement `filter_map_ok` and `filter_map_err` | Dawid Ciężarkiewicz | |
2018-10-29 | v0.2.0 | Matthias Beyer | |
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> | |||
2018-10-13 | Merge pull request #4 from pchampin/remove_trait_objects | Matthias Beyer | |
removed trait objects from oks.rs and errors.rs | |||
2018-10-12 | fixed indentation | Pierre-Antoine Champin | |
2018-10-12 | improved readability | Pierre-Antoine Champin | |
2018-10-12 | oops, where did that come from?... | Pierre-Antoine Champin | |
2018-10-12 | removed trait objects from oks.rs and errors.rs | Pierre-Antoine Champin | |
this new implementations should be more efficient, and more faithful to the "zero-cost abstraction" mantra. As a consequence, I had to move the 'process' method to a generic trait, defined in util.rs and implemented by any Iterator. A another consequence, the 'static lifetime bound on the iterator can also be removed. | |||
2018-10-09 | Merge pull request #3 from pchampin/new_traits | Matthias Beyer | |
added map_x and while_ok | |||
2018-10-09 | added filter_x | Pierre-Antoine Champin | |
2018-10-08 | added examples in the doc | Pierre-Antoine Champin | |
2018-10-08 | fixed erroneous comment | Pierre-Antoine Champin | |
2018-10-08 | added map_x and while_ok | Pierre-Antoine Champin | |
2018-02-22 | Add badges | Matthias Beyer | |
2018-02-22 | Add "contributions welcome" in readme | Matthias Beyer | |
2018-02-22 | Initial import | Matthias Beyer | |