Pasts Alternatives
Similar projects and alternatives to pasts
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better pasts alternative or higher similarity.
pasts discussion
pasts reviews and mentions
Posts with mentions or reviews of pasts.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-14.
-
`alternator` gives an async function access to data but gives it back on await points
This was one of the original ideas behind pasts. I wanted to share data on a single threaded executor without using RefCell, so I created the Join struct api (renamed and redesigned many times). I'm curious what you think of that approach.
-
Pasts - A No-Std Compatible Async Runtime
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
Stats
Basic pasts repo stats
6
119
4.4
2 months ago
ardaku/pasts is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of pasts is Rust.