transducers

Crates.iotransducers
lib.rstransducers
version0.0.2
sourcesrc
created_at2015-01-17 21:38:54.440058
updated_at2016-01-27 09:06:21.458658
descriptionA transducer library for Rust
homepagehttps://github.com/ruud-v-a/transducers
repositoryhttps://github.com/ruud-v-a/transducers
max_upload_size
id807
size52,989
Ruud van Asseldonk (ruuda)

documentation

README

Transducers

A transducer library for Rust.

Build Status Crates.io version

Transducers are a way to decouple tranformation and reduction operations from the procedure in which the data is provided. They allow the implementation of common functions like map and filter to be reused for any type that represents a succession of data, and they allow your reduction functions to be decoupled from the way in which the data is provided, whether that is a collection, an iterator, a channel, or an observable.

The library is licensed under the GNU General Public License version 3 during the alpha stage.

Commit count: 80

cargo fmt