Facebook's Thrift fork with modern C++ server and code generation
Facebook's branch of Apache Thrift, including a new C++ server
thrift1$ thrift1 --gen cpp -out ./gen-cpp service.thrift$ thrift1 --gen py -out ./gen-py service.thrift$ thrift1 --gen java -out ./generated api.thrift