mirror of https://github.com/copenhas/ropex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sean Copenhaver
3b267b4913
|
11 years ago | |
---|---|---|
lib | 11 years ago | |
test | 11 years ago | |
.gitignore | 11 years ago | |
LICENSE.txt | 11 years ago | |
README.md | 11 years ago | |
mix.exs | 11 years ago | |
mix.lock | 11 years ago |
README.md
Rope
Implementing the rope data structure to play around with Elixir some... and to do something kind of computer sciencey again.
It will attempt to provide an API similar to the Elixir String module.