-
I just found out about this program and it looks neat! I see there is a JS API but I was wondering if it was possible to use the API directly from rust since the project is also written in rust? |
Beta Was this translation helpful? Give feedback.
Answered by
mcecode
Mar 17, 2025
Replies: 1 comment 1 reply
-
If you're talking about the core engine of Harper, then it is! It's |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dphaldes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're talking about the core engine of Harper, then it is! It's
harper-core
on crates.io. You can look atharper-cli
, our debugging tool, andharper-ls
, our language server, as implementation references. We also have some documentation on Harper's architecture.