add deprecation notice

This commit is contained in:
Yoshua Wuyts 2020-06-21 13:14:59 +02:00
parent 430a1c6a67
commit b2238d8092
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
## About
__This crate has been deprecated. We recommend implementing inherent methods
such as Tide's
[`Server::respond`](https://docs.rs/tide/0.11.0/tide/struct.Server.html#method.respond)
method instead.__
The crate `http-service` provides the necessary types and traits to implement
your own HTTP Server.