havas-std
v0.13.1
Published
Core utilities to rely on
Readme
Havas core
Utilities that I miss from the standard library.. oh wait.. there aren't any.
Components:
- Iterator lazy iteration over collections with functional functions like:
- filter
- map
- window
- etc.
- CliParser parser
- Result<T, E> class for representing fallible actions
- ReconnectingWebscoket for persistent ws connections
- Environment variable shorthands Only works with Deno
- Seeded random generator based on Mulberry32 random number generation
