Rewrote it in Rust! #78
dhruvkb
announced in
Announcements
Replies: 1 comment
-
|
Be advised, as long the the rust code-base is compiled for the architecture of your computer the execution is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Over the last few weeks, I've rewritten
plsin Rust. This was motivated by a number of factors, not the least of which is that Rust is an interesting, new language that I wanted to learn.Hence v6.0.0 will be the last Python-based release of
pls. It contains all the code that has been pushed to themainbranch so far.The Python-based iteration of
plshas served us well and I'm very fond of the codebase. So I will continue to host the Python codebase at thepls-pybranch for the foreseeable future.plswill also continue to be available at PyPI and installable viapip/pipx. All installed copies ofplswill continue to work but they will not receive any further upgrades.The Rust-based iteration of
plshas been in the works for several weeks and is fairly stable now. As I write the docs for it and apply finalising touches like setting up a pipeline for releases and distribution, I want to bring it out of stealth mode to build in the open. This repo will now host the Rust codebase ofpls.I hope all users of
plscan migrate to the Rust-basedplssoon. See you on the other side.Beta Was this translation helpful? Give feedback.
All reactions