Hacker News new | ask | show | jobs
by edenhyacinth 1969 days ago
I have! Used FastAPI as a frontend to do some minor data modification, and passed the data for model inference in Rust.

Works really nicely, although given how little work I'm doing in the Python side I honestly prefer using Rocket instead of FastAPI and then using pyo3 to call the Python library in Rust, rather than the other way around.

1 comments

Thanks for the response. That does sound pretty much like what I would like to do. Have you by any chance open-sourced your project?

I'm new to rust, but I'll check out Rocket. Cheers