Erlang and by extension Elixir have powerful pattern matching constructs, which allow you to easily extract bits from a binary. Here is an example which takes a binary and returns their bits
1 | defmodule Bits do |
The code is pretty self explanatory
I am currently working on LiveForm which makes
setting up contact forms on your website a breeze.