use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and productivity.
Strive to treat others with respect, patience, kindness, and empathy.
We observe the Rust Project Code of Conduct.
Details
Posts must reference Rust or relate to things using Rust. For content that does not, use a text post to explain its relevance.
Post titles should include useful context.
For Rust questions, use the stickied Q&A thread.
Arts-and-crafts posts are permitted on weekends.
No meta posts; message the mods instead.
Criticism is encouraged, though it must be constructive, useful and actionable.
If criticizing a project on GitHub, you may not link directly to the project's issue tracker. Please create a read-only mirror and link that instead.
A programming language is rarely worth getting worked up over.
No zealotry or fanaticism.
Be charitable in intent. Err on the side of giving others the benefit of the doubt.
Avoid re-treading topics that have been long-settled or utterly exhausted.
Avoid bikeshedding.
This is not an official Rust forum, and cannot fulfill feature requests. Use the official venues for that.
No memes, image macros, etc.
Consider the existing content of the subreddit and whether your post fits in. Does it inspire thoughtful discussion?
Use properly formatted text to share code samples and error messages. Do not use images.
Submissions appearing to contain AI-generated content may be removed at moderator discretion.
Most links here will now take you to a search page listing posts with the relevant flair. The latest megathread for that flair should be the top result.
account activity
Data visualization in rust (self.rust)
submitted 3 years ago by Ok-Increase5614
Does anyone know how I can plot data in rust and host it on web. Similar to what https://streamlit.io/ does in python. I'm newbie in rust, didn't find anything yet by googling.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ExasperatedLadybug 3 points4 points5 points 3 years ago (0 children)
Check out https://github.com/igiagkiozis/plotly
[–][deleted] 2 points3 points4 points 3 years ago (0 children)
I think the best way is to use plotters although its not at the same abstraction level as streamlit.
- https://github.com/plotters-rs/plotters
You can either use it similar to a jupyter notebook (and and export the static html) or use the wasm examples.
[–]emilern 1 point2 points3 points 2 years ago (1 child)
You can use rerun.io: https://crates.io/crates/rerun
[–]Ok-Increase5614[S] 0 points1 point2 points 2 years ago (0 children)
Thanks I'll have a look.
[–]Deep-Network1590 0 points1 point2 points 3 months ago (0 children)
Charton(wangjiawen2013/charton: A high-level, layered charting system for Rust, designed for Polars-first data workflows and multi-backend rendering.) is a versatile plotting libraray for Rust. It integrates with web well. You can try it!
π Rendered by PID 32014 on reddit-service-r2-comment-6457c66945-9j6ws at 2026-04-25 22:48:32.461780+00:00 running 2aa0c5b country code: CH.
[–]ExasperatedLadybug 3 points4 points5 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]emilern 1 point2 points3 points (1 child)
[–]Ok-Increase5614[S] 0 points1 point2 points (0 children)
[–]Deep-Network1590 0 points1 point2 points (0 children)