Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arcnmx/coalesce-rs

Combine disjoint types that share common traits.
https://github.com/arcnmx/coalesce-rs

Last synced: 18 days ago
JSON representation

Combine disjoint types that share common traits.

Awesome Lists containing this project

README

        

# coalesce

[![travis-badge][]][travis] [![release-badge][]][cargo] [![docs-badge][]][docs] [![license-badge][]][license]

`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][docs] for example usage.

[travis-badge]: https://img.shields.io/travis/arcnmx/coalesce-rs/master.svg?style=flat-square
[travis]: https://travis-ci.org/arcnmx/coalesce-rs
[release-badge]: https://img.shields.io/crates/v/coalesce.svg?style=flat-square
[cargo]: https://crates.io/crates/coalesce
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: http://arcnmx.github.io/coalesce-rs/coalesce/
[license-badge]: https://img.shields.io/badge/license-MIT-lightgray.svg?style=flat-square
[license]: https://github.com/arcnmx/coalesce-rs/blob/master/COPYING