also 0.1.0

A collection of Kotlin-esque blanket impl helper functions, enabling easier function chaining patterns.
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented4 out of 4 items with examples
  • Size
  • Source code size: 8.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • dlo9/also
    5 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dlo9

Also

Build status dependency status

An approximation of Kotlin's chaining functions like let and also. Provides Kotlin-esque helper functions for all types via a blanket impl, enabling easier function chaining patterns.