Hi folks! I currently have a library which impleme...
# general
l
Hi folks! I currently have a library which implements a client and a server in Python communicating through Protobuf. I want to improve the performance of the client so contemplating in rewriting to Rust or Golang and of course want to build the entire thing in Pants 😏 . Which of the two languages is considered more mature in Pants? Also including Protobuf support? Rust or Golang?
1
s
Hey, if you want native pants support, then go is in the lead
l
Gotcha, thanks @square-psychiatrist-19087! Then I’ll try with Go :)
👍 2