new features, and a RustBridge! The work done for this release will result in Rust Belt Rust 2017's RustBridge being taught with
simple-server
!
- An environment variable can be used to configure the number of threads in the pool. (@gsquire/pull/79)
- The response body type is now
Cow<'a, [u8]>
, allowing you to return owned as well as borrowed data. (@kardeiz/pull/74)
the release that inevitably comes immediately after a first release 😅😅😅
ResponseBuilder
should have been public. Now it is! (@steveklabnik/9908f62
)- Allow graceful termination of TCPConnection. (@binarybana/pull/66)
- Use
master
as links' blob for examples, fixing 404s. (@nbigaouette/pull/62)