0.0.1 • Published 3 years ago

it-utils v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

iterator-utils

Description

A direct port of the well-known python builtin library itertools and some extra iterator utility functions I find useful. Parts inspired by itertools.js.

Some functions are still untested, use with caution.

TODO

  • finish this README.md
  • rename/republish this repo
  • more tests
  • port all functions from itertools
  • as well as more-itertools (90%)
  • JSDocs
  • more iterator utilities I find useful
  • implement Rust std::iter::Iterator somehow (90%, need tests)
  • split into submodules (iterator-utils, reversible, rs-iterator)
  • better rollup settup?
  • code comments
  • automated workflow with CI/CD (CircleCI or Travis CI?)