Skip to content

Commit

Permalink
Add strslice package
Browse files Browse the repository at this point in the history
  • Loading branch information
PMunch committed May 20, 2018
1 parent cda317d commit a2c8487
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,19 @@
"license": "MIT",
"web": "https://github.com/PMunch/protobuf-nim"
},
{
"name": "strslice",
"url": "https://github.com/PMunch/strslice",
"method": "git",
"tags": [
"optimization",
"strings",
"library"
],
"description": "Simple implementation of string slices with some of the strutils ported or wrapped to work on them. String slices offer a performance enhancement when working with large amounts of slices from one base string",
"license": "MIT",
"web": "https://github.com/PMunch/strslice"
},
{
"name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim",
Expand Down

0 comments on commit a2c8487

Please sign in to comment.