1 个不稳定版本
0.1.0 | 2024 年 3 月 19 日 |
---|
#8 in #gather
在 2 个 crate 中使用 (通过 gitfrog)
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