Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Some uses of thrift do not require a server. In these cases, users do not need the `server` module nor 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).
Attachments
Issue Links
- links to