emacs can use the rust port. it's a good news
Oh, let me push what I have so far.
The only interesting deviation so far is that I renamed Result to State, because Result<> is Rust's way of handling functions which can fail.
@doglooksgood How can emacs use it? By dynamic loading?
@eraserhd Yes, Emacs has a feature called dynamic module.
a few days ago, I was trying to port parinfer to rust, but give up. rust is too hard for me.
Oh!
Well, contributions are welcome, as well as questions or discussion or what not.
When this port is done, I want to try it with emacs.
It should be much faster than the elisp version I think.