Crate also

Source
Expand description

An approximation of Kotlin’s chaining functions like let and also

§Features

  • nightly Additional features requiring the nightly compiler
  • std Additional features requiring the Rust Standard Library

Traits§

Also
Provides Kotlin-esque helper functions for all types via a blanket impl, enabling easier function chaining patterns