Bottle

Build Status Coverage Status

Installation

The the package can be installed from Hex, by adding bottle to your list of dependencies in mix.exs:

def deps do
[
{:bottle, "~> 0.1.1"}
]
end

Usage

If you add use Bottle at the top of your module, it will import all the custom guards. Othewise you can also import selectively, ie:

import Bottle.Binary, only: [is_empty_binary: 1]

Documentation

The documentation can be found at https://hexdocs.pm/bottle.