serde-extras 0.1.1

A lightweight crate providing utilities for serializing and deserializing types using their string representations with Serde.
Documentation
1
2
3
4
#![doc = include_str!("../README.md")]

pub mod opt_to_from_str;
pub mod to_from_str;