Pasts - A No-Std Compatible Async Runtime

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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

    Minimal asynchronous runtime for Rust

    Pointing out that you're comparing apples to oranges. First off, that example isn't marked #[no_std], that means it will not work on no-std. It's not the same example. You need to define a panic handler, eh_personality and an allocator all of which are conviniently ignored in your linked example because it targets std instead of no-std. If you look at the actual equivalent example in pasts, it is actually not more boilerplate: https://github.com/ardaku/pasts/blob/stable/examples/timer.rs

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Async-graphql already fully supports dynamic schema

    2 projects | /r/rust | 10 Nov 2022
  • `alternator` gives an async function access to data but gives it back on await points

    3 projects | /r/rust | 14 Jun 2022
  • rusty-gql Schema first GraphQL library for Rust

    3 projects | /r/rust | 31 Jan 2022
  • GraphQL and Rust - what's the current state of the art?

    1 project | /r/rust | 14 Dec 2021
  • Ah, another productive day of using glorious Rust. I'm sure glad I'm not using one of those loser languages like Python!

    1 project | /r/rustjerk | 10 Oct 2021

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?