Closed malaire closed 3 years ago
This test fails with
gonzales = "0.0.2-beta"
use gonzales::RouterBuilder; fn main() { let router = RouterBuilder::new() .ascii_case_insensitive(false) .build(vec!["/Hello"]); let m = router.route("/Hello"); assert!(m.is_some()); }
Thanks, this was fixed in a separate branch and it is merged.
And who will close this issue?
This test fails with
gonzales = "0.0.2-beta"