The website you are looking at write now is built almost completely in Rust. It is possible to build nice graphs like the one below.
And continue typing text after it. It updates live on every save, so it is made very easy to build out ideas and share them. It is also easy to add code blocks:
pub struct SomeStruct {
x: u32,
field: f32,
}
fn some_function(x: f32) -> String {
String::from("some parsable text")
}
More text, and some edits for testing the server. Another small change. One more time.
pub struct MoreCode {
pub var: f64,
}
And more text.