generic

Crates.iogeneric
lib.rsgeneric
version0.0.2
sourcesrc
created_at2019-09-29 21:23:33.286451
updated_at2019-09-29 21:46:08.071685
descriptionHigher level serialization of rust values to rust values
homepagehttps://github.com/colbyn/generic
repositoryhttps://github.com/colbyn/generic
max_upload_size
id168685
size9,358
Colbyn (colbyn)

documentation

README

Generics

Higher level serialization of rust values to rust values, and from rust values.

Reusable stuff for mapping values to and from an intermediate serde-like data format. That is actually something you can pattern match on.

For use cases that work with native values directly, and don’t involve parsing from some textual or binary format.

Should be useful for people writing higher level abstractions upon e.g. some DynamoDB SDK that handles HTTP/JSON serialization internally. Yet still exposes a very tedious data format/api.

Status

Currently just IntoGeneric is implemented. Eventually I would like to support both IntoGeneric and perhaps some FromGeneric trait and deriving macro.

Commit count: 8

cargo fmt