Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 1.35 KB

Changelog

0.3.0

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!

Features

  • 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)

0.2.0

the release that inevitably comes immediately after a first release 😅😅😅

Features

Documentation