Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🦀 Time to get rusty! #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

🦀 Time to get rusty! #1

wants to merge 3 commits into from

Conversation

astrogewgaw
Copy link
Owner

Currently, pabo is essentially a pure Python package, with some code written in C++ for speed. The idea behind this PR is to rebuild it as a Python interface to the nom crate in Rust. We will also add features using other crates, such as ux to deal with low bit width integers. Soon, pabo will no longer be a dependency for priwo. However, I still believe that having a simple, convenient, and powerful library for parsing binary data is needed in Python. Thus, I have decided to continue developing this package. The Rust backend will ensure that the package is fast, has minimal dependencies, and can be installed across all platforms.

PS: Going forward, the development of this package will be dictated by how much coding I can get done in my free time, since this is no longer a dependency for any of my work-related projects. Let's hope for the best 🤞🏾 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant