▲ | ritchie46 6 days ago | ||||||||||||||||||||||||||||||||||
He means that he wants our Rust library as easy as our Python lib. Which I understand as our focus has been mostly on Python. It is where most of our userbase is and it is very hard for us to have a stable Rust API as we have a lot of internal moving parts which Rust users typically want access to (as they like to be closer to the metal), but has no stability guarantees from us. In python, we are able to abstract and provide a stable API. | |||||||||||||||||||||||||||||||||||
▲ | lucasyvas 6 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
I understand the user pool comment but don’t understand why you wouldn’t be able to have a rust layer that’s the same as the Python one API-wise. I say this as a user of neither - just that I don’t see any inherent validity to that statement. If you are saying Rust consumers want something lower level than you’re willing to make stable, just give them a higher level one and tell them to be happy with it because it matches your design philosophy. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | tomtom1337 6 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
Ah, of course. Slightly ambiguous English tricked me there. Thank you Ritchie! | |||||||||||||||||||||||||||||||||||
|