Commit graph

3 commits

Author SHA1 Message Date
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
172579b94b
add LICENSE 2024-12-13 14:39:10 -05:00
043069de62
initial commit 2024-12-13 14:36:45 -05:00