Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arcnmx/coalesce-rs
- Owner: arcnmx
- License: mit
- Created: 2015-08-06T17:03:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T08:01:23.000Z (about 9 years ago)
- Last Synced: 2024-10-06T22:18:09.568Z (about 1 month ago)
- Language: Rust
- Size: 695 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
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