serde_transmute

Crates.ioserde_transmute
lib.rsserde_transmute
version0.1.4
sourcesrc
created_at2022-09-04 00:26:07.844082
updated_at2022-09-04 23:38:57.168022
descriptionTransmute objects through serde.
homepage
repositoryhttps://soniex2.autistic.space/git-repos/serde_transmute.git
max_upload_size
id658099
size35,008
Soni L. (SoniEx2)

documentation

README

Serde Transmute

Transmute objects through serde!

This crate allows converting a Serialize value into a Deserialize type.

Caveats

The main caveat of note is that Serialize is not lifetime-aware, so the Deserialize (or DeserializeSeed) cannot borrow from it.

But we don't care because this crate was built to power parts of datafu. And it's pretty good at that.

Commit count: 0

cargo fmt