summaryrefslogtreecommitdiffstats
path: root/content/2015-06-15-this-week-in-rust.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-06-16 18:49:12 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-06-16 18:49:12 -0400
commit90de4614296203c9d61c774e874374e9de4ef8bd (patch)
treebd5d016dd31ca80be1e82c420824d755d297ae38 /content/2015-06-15-this-week-in-rust.md
parentf0425873d328d1026eb7135e70326a87f754f27e (diff)
update for regex perf improvements
Diffstat (limited to 'content/2015-06-15-this-week-in-rust.md')
-rw-r--r--content/2015-06-15-this-week-in-rust.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/2015-06-15-this-week-in-rust.md b/content/2015-06-15-this-week-in-rust.md
index d693d0d..a24c7e0 100644
--- a/content/2015-06-15-this-week-in-rust.md
+++ b/content/2015-06-15-this-week-in-rust.md
@@ -35,6 +35,7 @@ This week's edition was edited by: Brian Anderson.
* [aho-corasick](https://github.com/BurntSushi/aho-corasick). Fast multi-substring nmatching.
* [pcapng-rs](https://github.com/richo/pcapng-rs). A [pcapng](https://github.com/pcapng/pcapng) parser written with [nom](https://github.com/Geal/nom).
* [deuterium](https://github.com/deuterium-orm/deuterium). A fully-typed SQL query builder.
+* [regex](https://github.com/rust-lang/regex/pull/91). It got faster. A lot faster.
# What's cooking on master?