File tree 2 files changed +17
-0
lines changed
programming-language/cases/rust
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ ========================================
2
+ Library APIs Design
3
+ ========================================
4
+
5
+
6
+ .. contents :: 目錄
7
+
8
+
9
+ 參考
10
+ ========================================
11
+
12
+ * `Rust API Guidelines <https://rust-lang.github.io/api-guidelines/ >`_
13
+ * [2020] `Elegant Library APIs in Rust <https://deterministic.space/elegant-apis-in-rust.html >`_
14
+
Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ Compile Time Regex
114
114
* `fancy-regex <https://github.com/fancy-regex/fancy-regex >`_
115
115
- 想要嘗試混合的實做,支援 NFA 實做無法達成的功能,同時盡量利用 NFA 實做的效能
116
116
* `regex-performance - performance comparison of regular expression engines <https://github.com/rust-leipzig/regex-performance >`_
117
+ * `regexm - Rust macro for writing regex pattern matching <https://github.com/TaKO8Ki/regexm >`_
118
+ * `grex - CLI for generating regular expressions from user-provided test cases <https://github.com/pemistahl/grex >`_
119
+ * `Rustexp - online Rust regular expression editor & tester <https://rustexp.lpil.uk >`_
117
120
118
121
* `Wikipedia - String searching algorithm <https://en.wikipedia.org/wiki/String_searching_algorithm >`_
119
122
* `Wikipedia - Aho-Corasick algorithm <https://en.wikipedia.org/wiki/Aho%E2%80%93Corasick_algorithm >`_
You can’t perform that action at this time.
0 commit comments