No description
sloane
77eeb74a3d
- `gzip`, `gunzip`: transforms a stream of byte chunks (`iodata()`) by either compressing or decompressing it using `:zlib` - `split`: re-chunks a stream of binaries / strings into binary / string elements that are between the provided pattern - lines: shorthand for `split` with a pattern of `"\n"` |
||
---|---|---|
lib | ||
test | ||
.formatter.exs | ||
.gitignore | ||
LICENSE | ||
mix.exs | ||
README.md |
Transform
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding transform
to your list of dependencies in mix.exs
:
def deps do
[
{:transform, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/transform.