aboutsummaryrefslogtreecommitdiff
path: root/src/ident.rs
Commit message (Collapse)AuthorAgeFilesLines
* Ditch convenience api, switch to byte-indexingTill Hoeppner2015-04-211-1/+1
|
* I forgot to keep track. Embarassing, huh?Till Hoeppner2015-04-181-1/+1
|
* I should make smaller commits.Till Hoeppner2015-01-041-1/+1
|
* Put examples back to how they were before and removed some into_string ↵James Ravenscroft2014-12-261-3/+4
| | | | deprecated calls
* Changed unwrap_or to unwrap because we want the program to fail instead of ↵James Ravenscroft2014-12-251-3/+3
| | | | use emptystring if ident can't be unwrapped
* Added unwrap calls around ident regex matchesJames Ravenscroft2014-12-251-3/+3
|
* Initial commit.Till Hoeppner2014-10-211-0/+24