Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skbolton/stronghold
Datastructures in Elixir
https://github.com/skbolton/stronghold
Last synced: 24 days ago
JSON representation
Datastructures in Elixir
- Host: GitHub
- URL: https://github.com/skbolton/stronghold
- Owner: skbolton
- Created: 2024-07-12T18:45:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T00:59:36.000Z (about 1 month ago)
- Last Synced: 2024-10-17T06:52:19.671Z (about 1 month ago)
- Language: Elixir
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hold
Stephen's smattering of functional data structures
> [!CAUTION]
> This is mostly for me to experiment with functional data structures and have my own lib to pull in
> There could come a time where I work to make this more battle tested, but that time is *NOT* now.## Installation
Add stronghold to your dependencies. Note package name and hex name are different.
```elixir
def deps do
[
{:hold, "~> 0.1.0", hex: :stronghold}
]
end
```Documentation is available [here](https://hexdocs.pm/stronghold)
## Acknowledgements
* FingerTrees - Huge thanks to [hallux](https://hex.pm/packages/hallux). If you need finger trees you are probably better off using this library