Get the latest tech news

Toasty, an async ORM for Rust


Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.

This friction is countered by fewer bugs, production issues, and a robust long-term maintenance story (Rust's borrow checker tends to incentivize more maintainable code). Toasty aims to fill some of that gap by focusing on that higher-level use case and prioritizing ease of use over maximizing performance. Also, feel free to create issues on the Github repo to propose features or start a conversation about API design and direction.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of Rust

Rust

Photo of async orm

async orm

Photo of toasty

toasty

Related news:

News photo

Rust-Written Rustls Now Reportedly Outperforming OpenSSL & BoringSSL

News photo

Rip2 – A safer, rust-based rm

News photo

An Alternative to Rewriting Memory-Unsafe Code in Rust: the 'Safe C++ Extensions' Proposal