Remove ttrpc.rs and use build.rs to generate it (Due to rust-protobuf's wrong version policy, generated codes is sometimes incompatible with the latest protobuf.)
Support codes generating programmatically without protoc (Users can generate code just before cargo build use build.rs from now on.)
Update examples to generate .proto programmatically