News

You’ll learn how to set up a Python project with a PyO3 create, how to expose Rust functions as a Python module, and how to create Python objects like classes and exceptions in Rust.
So I have a program in Python for use on a Linux machine that's dealing with binary data flowing through what may be a Linux FIFO.I'm using Avinash Kak's BitVector to modify the data as it goes ...