reem / rust-modifier

Convenient chaining APIs for free
29 stars 9 forks source link

Add `impl Modifier for ()` #19

Closed Nemo157 closed 5 years ago

Nemo157 commented 8 years ago

This allows for null modifiers which can be useful when you may want to decide whether to return a modifier or not at either compile or run time. Runtime deciding will also need PR #20 to allow returning different types boxed, compile time deciding through cfg attributes works now.

reem commented 8 years ago

This needs a rebase

Nemo157 commented 7 years ago

Rebased (finally) 😄