I am trying to do this:
- Establish a website just like rust playground
- Take the user's input, then convert the input to Rust code and put it in a main.rs.
- Run the main.rs in my crate as the same as running it in the main.rs from in the source code. And return the outcome to the website.
How can I do it?