| Crates.io | coalesce |
| lib.rs | coalesce |
| version | 0.1.1 |
| created_at | 2015-08-06 17:59:07.030641+00 |
| updated_at | 2015-12-16 00:01:49.263868+00 |
| description | Combine disjoint types that share common traits. |
| homepage | |
| repository | https://github.com/arcnmx/coalesce-rs |
| max_upload_size | |
| id | 2768 |
| size | 11,100 |
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.