Man... I'm getting excited for learning this new language 🤙 the whole stack! I could create a very fast app with a web browser client, native client, server, admin client (gui and/or cli), and database manager all in one language!

First, I need to build up to that level, though.

#askNostr Question for other devs: can a single project compile the whole stack at once? I'm thinking sharing source code between multiple compile targets in a single project could save a lot of time, like a simple change and then a compile to WASM client, native client, and server applications in one project for rapid iteration.

That may be a newbie question, but still...

#rust #rustacean #webdev

https://youtube.com/watch?v=4dvf6kM70qM

Reply to this note

Please Login to reply.

Discussion

Sounds like you want to use a cargo workspace for your project!

https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html

Freaking sweet!