From 880ff8ced5ed4a3c0d0ad5042ea549dea7329ab7 Mon Sep 17 00:00:00 2001 From: Devin Jeanpierre Date: Sat, 4 May 2013 06:59:49 -0700 Subject: [PATCH] Updated Lib re (markdown) --- Lib-re.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib-re.md b/Lib-re.md index 897d647..741da1a 100644 --- a/Lib-re.md +++ b/Lib-re.md @@ -71,6 +71,7 @@ It is also not difficult to imagine falling back to a backtracking implementatio #### Relationship to other libraries and/or abstract interfaces - May suffice to implement string tokenization library from https://github.com/mozilla/rust/wiki/Note-wanted-libraries +- May be useful for implementing glob library from that same list of wanted libraries. - Depends on core::unicode, want core::unicode to be improved for extra unicode features. ## 4. Module writing