fsktom / rusty-endsong-parser

Better, more performant version of https://github.com/fsktom/endsong-parser-python written in Rust
0 stars 0 forks source link

endsong_web - Web-based interactive version #82

Open fsktom opened 2 months ago

fsktom commented 2 months ago

After working on #73 and using rinja (for generating static HTML files), I've been thinking... maybe create another binary crate, but instead of a CLI like endsong_ui, make it a server with axum or sth Everything web-based and interactive UI etc

fsktom commented 1 month ago

Been wanting to try using loco.rs, but not a good idea, since it's not CRUD app kek

fsktom commented 1 month ago

Maybe take a look at this https://github.com/robertwayne/template-axum-htmx-tailwind

bc i wanna use axum, htmx, tailwind :P

fsktom commented 1 month ago

I'm probably gonna have to change all Rc<str> in endsong to Arcs