free_function_pipes

Crates.iofree_function_pipes
lib.rsfree_function_pipes
version1.0.1
sourcesrc
created_at2019-11-18 07:00:27.4012
updated_at2019-11-18 18:30:59.046863
descriptiona bunch of traits that makes composing functions together easier
homepagehttps://jadonbelezos.com/cgi-bin/fossil.cgi/pipe_traits_rust/doc/master/README.md
repositoryhttps://github.com/warlord500/free_function_pipes.git
max_upload_size
id182174
size59,262
jadon belezos (warlord500)

documentation

README

In rust, it is common to compose functions together; however, to compose functions together, you have option one of dealing with lots of nested parenthesis or option two; you commonly use the method syntax.

the library creates traits that apply to every type, that allow "piping" data through, a free function or closure in a method chain without breaking the format of a method chain.

also, this code adds a trait called pipModer, that additionally, allows chaining functions, that return unit but modify self, by returning Self.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

git is not the official Version Control System for this project.

the official version is at https://jadonbelezos.com/cgi-bin/fossil.cgi/pipe_traits_rust/doc/master/README.md

Commit count: 11

cargo fmt