How to make a REPL-based DSL using rust
How to make a REPL-based DSL using rust
Is there any guide, tutorial or other resource that helps in making a REPL-based DSL using rust
How to make a REPL-based DSL using rust
Is there any guide, tutorial or other resource that helps in making a REPL-based DSL using rust
A note-taking app backend using Rust
Hi everyone I was thinking of creating a backend module that has functione for a note taking app (search, sort, etc). So anyone can implement a ui on top of it.
I have some basic understanding of rust (made a just-working chip-8 emulator). But I've never used SQL or other database.
Is this plausible? Is there a similar project that I can use as reference? What are the mistakes I should avoid?