Hey ya'll, we are a Rust/Python shop and would lov...
# general
d
Hey ya'll, we are a Rust/Python shop and would love to build a python monorepo. We are on poetry today and using
path = ../..
to tie thing together. This approach has a ton of downsides. I wonder if its possible to mix
maturin
built packages in pants?
👀 1
b
Good timing: @gorgeous-winter-99296 announced a nascent Rust plugin for Pants just recently: https://github.com/pantsbuild/pants/discussions/20119 Maybe he has some insight here?
g
I'm unfortunately not familiar with Maturin, so I can't quite tell how hard it'd be to integrate. Doesn't look too complex at a glance, though maybe not a great fit? It seems to focus on building and installing wheels, which Pants doesn't make use of for first-party code. Not sure if there's any prior art with C-based wheels to see how it's solved there.