containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
195 stars 45 forks source link

Add gen mod for more convenient to use #232

Open jokemanfire opened 1 month ago

jokemanfire commented 1 month ago

while use customize ,you can use gen_mod to generate mod.rs.

Tim-Zhang commented 3 days ago

Hi @jokemanfire, I think it would be better if you can add some UT or directly use gen_mod in the example. thanks

Tim-Zhang commented 3 days ago

BTW, The CI failed

jokemanfire commented 3 days ago

Hi @jokemanfire, I think it would be better if you can add some UT or directly use gen_mod in the example. thanks

OK I will change it.