Qqwy / Marten
Qqwy / Marten
c_exceptional
A simple Exception-handling library for C99, that uses some fancy macros for true try{...}catch(err){...}finally{...} syntax!
elixir-type_check
TypeCheck: Fast and flexible runtime type-checking for your Elixir projects.
elixir-fun_land
Algebraic Data Types for Elixir: Both functional and fun.
elixir-agarex
An example game for the presentation "Multiplayer Games & Collaborative Editing with Phoenix LiveView" which was written for ElixirConf.EU 2020.
elixir-arrays
Well-structured Arrays with fast random-element-access for Elixir, offering a common interface with multiple implementations with varying performance guarantees that can be switched in your configu...
elixir-blocked
An Elixir-library that helps you to keep track of when hotfixes can be removed by showing compile-time warnings when issues (in your project repository or any other source-code GitHub repository) are...
elixir-capture_pipe
A pipe-macro for Elixir that allows bare function captures
elixir-map_diff
Calculates the difference between two (nested) maps, and returns a map representing the patch of changes.
elixir-number
Numbers -- A generic wrapper to use *any* custom Numeric type in Elixir!