coalesce

Crates.iocoalesce
lib.rscoalesce
version0.1.1
sourcesrc
created_at2015-08-06 17:59:07.030641
updated_at2015-12-16 00:01:49.263868
descriptionCombine disjoint types that share common traits.
homepage
repositoryhttps://github.com/arcnmx/coalesce-rs
max_upload_size
id2768
size11,100
(arcnmx)

documentation

http://arcnmx.github.io/coalesce-rs/coalesce/

README

coalesce

travis-badge release-badge docs-badge license-badge

coalesce allows for easy unification of disjoint types, often useful for combining multiple concrete instances into a common trait object. You can run an arbitrary code block over each item, see the API docs for example usage.

Commit count: 3

cargo fmt