teloxide/crates
Maybe Waffle cec2a018ff Use futures::future::select instead of tokio::select!
Pros: less macros, fixes the missing feature issue.
Cons: a bit more code because `fututres` is an annoying crate
      which does not use `either::Either` and provides its
      own `Either` which does not have `map_either`, or
      basically anything for that matter.
2023-10-04 19:37:18 +04:00
..
teloxide Use futures::future::select instead of tokio::select! 2023-10-04 19:37:18 +04:00
teloxide-core Use futures::future::select instead of tokio::select! 2023-10-04 19:37:18 +04:00
teloxide-macros Update proc-macro2 to fix nightly issue 2023-09-27 13:17:11 +04:00