This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Sylvain Wallez
swallez.com
did:plc:vt3ya7nuzb7ubtjcxntn326t
A simple rule of thumb for error handling in Rust: in an application use anyhow (or eyre) as a catch-all, in a library use thiserror (or snafu) for precise error definitions. #rustlang https://medium.com/@evadawnley/error-handling-in-rust-choosing-between-thiserror-and-anyhow-6da5ce825d34
2025-01-02T10:31:39.321Z