Releases: ntex-rs/ntex
Releases · ntex-rs/ntex
ntex v0.1.1
Changes
- Project fork
ntex service v0.1.0
Changes
-
Fork to ntex namespace
-
Change Service trait to use
&self
instead of&mut self
-
Add
fn_mut_service
forFnMut
functions
ntex runtime v0.1.0
Changes
-
Remove support to spawn futures with stopped runtime
-
Fork to ntex namespace
ntex router v0.3.0
Changes
-
Case insensitive routing
-
Use prefix tree for underling data representation
note codec 0.1.0
Changes
-
Fork crate to ntex namespace
-
Use
.advance()
intead of.split_to()
-
Add Unpin constraint and remove unneeded unsafe