merde_time 4.0.16

Wrapper date-time types for merde
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[![license: MIT/Apache-2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](LICENSE-MIT)
[![crates.io](https://img.shields.io/crates/v/merde_time.svg)](https://crates.io/crates/merde_time)
[![docs.rs](https://docs.rs/merde_time/badge.svg)](https://docs.rs/merde_time)

# merde_time

![The merde logo: a glorious poop floating above a pair of hands](https://github.com/user-attachments/assets/763d60e0-5101-48af-bc72-f96f516a5d0f)

_Logo by [MisiasArt](https://misiasart.com)_

Provides an `Rfc3339` wrapper type that implements:

  * `Deserialize` from the [merde_core]https://crates.io/crates/merde_core crate
  * `JsonSerialize` from the [merde_json]https://crates.io/crates/merde_json crate