#url #pattern #fields #matcher #gather

url-matcher

使用模式从 URL 中收集字段

1 个不稳定版本

0.1.0 2024 年 3 月 19 日

#8 in #gather


2 个 crate 中使用 (通过 gitfrog)

GPL-3.0 许可

15KB
66

url-matcher

用法

use url_matcher::matcher;
let result = matcher("http://github.com/:owner", "http://github.com/mrtnvgr").unwrap();
assert_eq!(result.get("owner"), Some("mrtnvgr").as_ref());

依赖项

~2.5–4MB
~77K SLoC