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

Add a singleton_map module for serde's 'with' attribute #300

Merged
merged 1 commit into from Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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