iterator_item

A syntax exploration of eventually stable Rust Iterator items (by estebank)

Iterator_item Alternatives

Similar projects and alternatives to iterator_item

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better iterator_item alternative or higher similarity.

iterator_item reviews and mentions

Posts with mentions or reviews of iterator_item. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-12.
  • A personal list of Rust grievances
    11 projects | news.ycombinator.com | 12 Sep 2022
    There's also an effort to get generators into the stable language, but it is currently gated on multiple open questions on the async iteration story, including what traits are to be involved (will it be `trait AsyncIteratorItem`? will it wait until GATs and/or async fn in traits and "keyword generics"/"maybe async" functions?), but you can see some explorations of the syntax aspect at https://github.com/estebank/iterator_item/

    The proc-macro is written in such a way that it tries to parse as much as possible, so that you can try things out mixing and matching from the different alternatives that I've thought of: https://github.com/estebank/iterator_item/tree/master/tests

    Like for example:

        fn foo() => i32 {
  • Rust Iterator Items: An exploration of syntax
    1 project | /r/rust | 11 Nov 2021
    If you are vaguely familiar with syn and are interested in generators, I would highly encourage you to take a look at the repo and contribute issues and PRs for your preferred syntax. I made an effort to make the code clear to anyone with some knowledge of Rust, so if any of it is confusing, I'll consider that a bug.
  • [Blog post] Rust Iterator Items: An exploration of syntax
    1 project | /r/rust | 11 Nov 2021
    There are many open questions, and one of them is syntax. Thankfully, we can explore that space *without* having to patch `rustc` itself. If you're interested in resolving these open questions, please file PRs or issues against the repo with your thoughts!
  • A note from our sponsor - SaaSHub
    www.saashub.com | 2 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic iterator_item repo stats
3
31
1.8
almost 2 years ago

The primary programming language of iterator_item is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com