This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
sekun
sekun.net
did:plc:r73hlb2plsmmiuqen6zqhh6m
one thing that's not fun in scotty is (de)serializing form parameters (also query params) into one record because Parsable handles one param at a time. with axum it's pretty simple cause as long as the struct derives Deserialize you could write Form(form): Form<User>, and not have to think about it.
2025-01-03T15:12:38.354Z