Releases: ntex-rs/ntex
Releases · ntex-rs/ntex
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