nkconnor / planout-lang

Portable implementation of the PlanOut Language in Rust
Apache License 2.0
4 stars 0 forks source link

Using with rocket #3

Open flaviobarros opened 3 years ago

flaviobarros commented 3 years ago

Hi, I am just starting with Rust but have been using planout with python. How could I use this library with an API in rocket framework? Thanks in advance!

nkconnor commented 2 years ago

Hello, right now the project is somewhat unstable. You can checkout the compiler in src/compile.rs and interpreter in src/eval.rs. There's a handful of tests in src/lib.rs which show the usage. Please let me know if you have any questions after that.