Thrift Pool Tutorial

This repo showcases the usage of thrift-pool by using its capabilites to implement a Connection Pool for the client in the thrift tutorial

  • lib.rs to see how to easily implement a Connection Pool for the CalculatorSync client
  • main.rs to see how it's used with bb8 and r2d2

To test it out:

  • launch the server
  • Run cargo run