eyecite available in rust #112
jakeswenson
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Exciting! A few thoughts:
Finally, what are you working on, big picture? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to let everyone know that I have started work to port both eyecite and reporters-db into rust.
eyecite crate in crates.io
reporters-db create in crates.io
This work is because I would like to use eyecite in javascript, and so if I port it to rust, then I can (hopefully) use rust's support to build to wasm. I recently just got
tokenization
mostly working (there is still some cleanup to do with, and I need to unify the reporters/laws/journals) you can take a look at the test code here: https://github.com/jakeswenson/eyecite/blob/oxide/src/tokenizers.rs#L140Secondly is that rust libraries can be easily exposed in python using PyO3 and maturin. I want to expose the rust libs to python so that I can to piggyback on the tests in this project. To be clear my intent is not replace the hard work down here in python, but there may be a possibility to merge in the future that is worth considering... 🤷🏻♂️
I would love to hear thoughts/feedback/concerns from the maintainers of this project on any of this work.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions