Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Add a singleton_map module for serde's 'with' attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 2, 2022
1 parent 7e1b160 commit f344c56
Show file tree
Hide file tree
Showing 2 changed files with 822 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Expand Up @@ -177,6 +177,7 @@ mod number;
mod path;
mod ser;
pub mod value;
pub mod with;

// Prevent downstream code from implementing the Index trait.
mod private {
Expand Down

0 comments on commit f344c56

Please sign in to comment.