transform/lib
sloane 77eeb74a3d
feat: add first transforms (gzip, gunzip, split, lines)
- `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"`
2024-12-13 15:42:36 -05:00
..
transform.ex feat: add first transforms (gzip, gunzip, split, lines) 2024-12-13 15:42:36 -05:00