Hacker News new | ask | show | jobs
by lewantmontreal 1312 days ago
Lunatic runtime for Rust to avoid the async parts might become quite nice in the future: https://github.com/lunatic-solutions/submillisecond

Not sure what it might take for someone to write database connectors for it but it does look promising.

1 comments

Looks nice. But I'm not sure why the router needs to be a macro.

What's wrong with

    router.get("/foo", |req, res| -> Response {
      ...
    });
Sorry, a better link would have been https://lunatic.solutions/blog/rust-without-the-async-hard-p... Just wanted to comment on the async part that interesting solutions are being developed.