Marshal
TODO: Add description
Installation
If available in Hex, the package can be installed as:
-
Add
marshalto your list of dependencies inmix.exs:
```elixir
def deps do
[{:marshal, "~> 0.0.1"}]
end
```-
Ensure
marshalis started before your application:
```elixir
def application do
[applications: [:marshal]]
end
```