Jorge Leitão created THRIFT-5452: ------------------------------------ Summary: Rust: Make server optional Key: THRIFT-5452 URL: https://issues.apache.org/jira/browse/THRIFT-5452 Project: Thrift Issue Type: Improvement Components: Rust - Library Reporter: Jorge Leitão
Some uses of thrift do not require a server. In these cases, consumers do not need the `server` module and its two dependencies (`threadpool` and `log`). Rust / Cargo allows and promotes this behavior via feature gates. We can make `server` an optional feature (and default to be). -- This message was sent by Atlassian Jira (v8.3.4#803005)