Crates.io | interstitium |
lib.rs | interstitium |
version | 0.9.0 |
source | src |
created_at | 2022-04-23 18:33:57.39165 |
updated_at | 2022-04-23 18:33:57.39165 |
description | Fundamental, distilled traits for interop between crates. Like serde, but for everything else. |
homepage | |
repository | https://github.com/bmisiak/interstitium |
max_upload_size | |
id | 572759 |
size | 1,797 |
This crate explores the idea of interoperability between crates.
Ever wanted to use a particular database library but found that the ecosystem funnels you towards a different one? If the crates adopted a set of distilled, shared traits, and built on top of those, perhaps more crates could thrive.
Basically, what serde's Serialize
and Deserialize
traits did, but for everything, rather than just serialization.