Skip to content

Commit f58baad

Browse files
committed
Update: Rust
1 parent 2edf826 commit f58baad

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+

programming-language/cases/rust/usage/regex.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ Compile Time Regex
114114
* `fancy-regex <https://github.com/fancy-regex/fancy-regex>`_
115115
- 想要嘗試混合的實做,支援 NFA 實做無法達成的功能,同時盡量利用 NFA 實做的效能
116116
* `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>`_
117120

118121
* `Wikipedia - String searching algorithm <https://en.wikipedia.org/wiki/String_searching_algorithm>`_
119122
* `Wikipedia - Aho-Corasick algorithm <https://en.wikipedia.org/wiki/Aho%E2%80%93Corasick_algorithm>`_

0 commit comments

Comments
 (0)