Skip to content

chyvonomys/nosede

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nosede

a serde replacement, stub that does nothing

why

This can be useful if you have many items that derive serde Serialize/Deserialize but at some point you decided to disable this functionality and exclude serde crates from dependencies (or conditionally use them, e.g. using cargo features)

In this case instead of removing all Serialize Deserialize derives and possible field attributes (like #[serde(skip_serializing_if ...)]) you just use this crate which exposes all this features but they are empty.

About

a `serde` replacement, stub that does nothing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages