aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.rs
Commit message (Expand)AuthorAgeFilesLines
* reorganize a couple thingsJesse Luehrs2013-04-021-0/+9
* move the trie stuff to a separate moduleJesse Luehrs2013-04-011-207/+0
* switch to swap now, since <-> is going away at some pointJesse Luehrs2013-04-011-1/+2
* actually, these can all be method callsJesse Luehrs2013-04-011-11/+11
* s/fail_unless/assert/gJesse Luehrs2013-04-011-3/+3
* provide a timeout for reads when trying to match an escapeJesse Luehrs2013-04-011-0/+27
* move this into the implJesse Luehrs2013-03-311-16/+16
* remove some things that are imported by defaultJesse Luehrs2013-03-291-2/+0
* this should be a strict prefixJesse Luehrs2013-03-291-5/+10
* add a basic string trie implementationJesse Luehrs2013-03-291-0/+203
* fix for new 0.6 changeJesse Luehrs2013-03-281-4/+4
* abstract this outJesse Luehrs2013-03-211-0/+14