Skip to content

Rust `Map` based on `Vec` for serialization purposes

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

RoDmitry/serde_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Map based on Vec for serialization purposes

Crate API

Made mainly for deserialization speedup, because deserializing to an actual HashMap is a lot slower. It also saves the original order of the data.

Usage examples: to deserialize and then .into_iter(); or to transfer data between different storages.

Also it has a trait SerdeMapStrategy, which helps to process data (currently only keys) at the serializing/deserializing stage, before saving to the inner Vec (example in docs).

About

Rust `Map` based on `Vec` for serialization purposes

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages