12 releases

Uses old Rust 2015

0.6.2 Sep 22, 2019
0.6.0 Apr 27, 2017
0.5.1 Feb 16, 2017
0.4.1 Nov 15, 2016
0.1.0 Nov 4, 2015

#2015 in Encoding

LGPL-3.0

28KB
433 lines

Utility macros and types for Serde

Build Status Coverage Status Latest Version

This crate provides some utility macros and types to be used with Serde.

Documentation


lib.rs:

Utility macros and types for Serde

This crate provides some utility macros and types to be used with Serde. It currently includes:

  • Obj - A generic object that can hold any value deserialized via Serde.

  • serde_impl! - A macro for implementing (de-)serialization via serde in common cases.

Using this crate

Since this crate provides macros, it must be included in a special way.

#[macro_use] extern crate serde_utils;

Dependencies

~145–380KB