Docs.rs
apply-0.3.0
apply 0.3.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
burtonageo
Dependencies
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
apply
0.3.0
All Items
Crate Items
Traits
Crate
apply
Copy item path
Source
Expand description
A tiny library for chaining free functions into method call chains.
Traits
§
Also
Represents a type that you can apply arbitrary functions to. Useful for when a method doesn’t return the receiver but you want to apply several of them to the object.
Apply
Represents a type which can have functions applied to it (implemented by default for all types).