I would love to see a platform wrapped around this: https://bevyengine.org/ (If I had 7 extra days/week of free time, I'd probably learn Rust by making it!)
Resident Rustaceans, do any popular Rust frameworks/engines/toolkits come to mind as "it would be awesome to have a one-to-one Roc wrapper platform for (primarily) this crate"? I wonder if we'll see many Roc platforms that simply Roc-ify a Rust crate's API with minimal changes, as I imagine I'd do for Bevy.
a wrapper over an async/parallel IO runtime like https://github.com/tokio-rs/tokio would be really useful
also a runtime that is entirely virtualized, e.g. all file system operations are on Tmpfs, network operations are in a fresh network namespace, etc. could be very useful for hermetic integration testing
yea it would make the most sense with crates that provide some kind of framework/runtime behavior
wrapping serde wouldn't be very useful lol
I want to wrap rusqlite, and make some helpers for query building / debugging
that sorta seems doable now
or at least, we could give it a go
I’m down if anyone wants to pair on it? It would be my first rust platform :) I wasn’t sure whether the rust route or the plain c bindings would be better? I only have experience with the rust ones, but maybe they expose less?
either works, so I'd go with whichever you're more comfortable with! (which sounds like Rust in this case)
I’ll take a stab at this and see how far I get then!
Is this the premiere Rust plotting/graphing/charting library? Roc plots would be super fun! https://github.com/38/plotters
Roc plots would be cool :). Plotters looks really solid, WASM support is also nice.
Last updated: Jun 16 2026 at 16:19 UTC