Hi,
I am new to Rust. Now my job is implementing an HTTP server using hyper. But I found that there is implementation using Service for hyper 0.11 but I can't find an example implementation using Servcie trait for hyper 0.12. I would like to know what is the difference in implementation between hyper 0.11 and 0.12?
Thanks.