|
|
|
|
|
by Disp4tch
1884 days ago
|
|
Yes, from the python side of things there are tools like py03 that make integrating rust into python code really painless. I have a sql parsing library (shameless plug) that is 50x faster than any other python implementation, it is just a super simple wrapper around a rust crate. https://github.com/wseaton/sqloxide |
|