interstitium

Crates.iointerstitium
lib.rsinterstitium
version0.9.0
sourcesrc
created_at2022-04-23 18:33:57.39165
updated_at2022-04-23 18:33:57.39165
descriptionFundamental, distilled traits for interop between crates. Like serde, but for everything else.
homepage
repositoryhttps://github.com/bmisiak/interstitium
max_upload_size
id572759
size1,797
Brian Misiak (bmisiak)

documentation

README

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.

Commit count: 0

cargo fmt