1. 1

May be a fun way to try out Rust without leaving the comfort of Python.

    1. 1

      The issue with this is that Rust isn’t that much more conducive than C. If I wasn’t going to write a C extension to Python (and I wasn’t about to) then what makes me want to make one in Rust?

      1. 1

        Honestly, this is more of a gateway to trying out Rust with my existing Python code base without needing to commit to fully rewriting a project in Rust or find a project appropriate for Rust to try it out.

        I’m not suggesting this should be the way to use Rust or if this should ever actually be used in production. Just as a way to get a feel for it an try it out (which is where I am at right now with Rust).