Packages
xmlrpc
1.4.3XML-RPC encoder/decder for Elixir. Supports all valid datatypes. Input (ie untrusted) is parsed with erlsom against an xml-schema for security.
anagram
1.0.0Find anagrams of words and "words that can be made with a set of letters" (sort of a sub anagram)
priority_queue
1.1.0Priority Queue for Elixir. Heap implementation
ecto_auto_migrator
1.4.1Automatic migrations for Ecto as part of the application boot process
sudoku
1.0.1Sudoku solver in Elixir, which prefers to use heuristics over guessing
flock_ex
0.1.0An Elixir wrapper aroumd the Linux `flock()` system call for advisory file locking.
reed_solomon_simd
0.1.0Elixir/rust wrapper around Reed-Solomon-SIMD rust library. Generate (or recover using) reed solomon protection shards
rs_protect
0.1.0Elixir/rust wrapper around Reed-Solomon error correction code library. Suitable for protecting short binary packets against bit errors on noisy channels.