msgpack-timestamp 0.1.0

Parse/serialise MessagePack extension -1 timestamps (no_std, no integration)
Documentation
[lib]
name = "msgpack_timestamp"
path = "src/lib.rs"

[package]
authors = ["наб <nabijaczleweli@nabijaczleweli.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "no-std::no-alloc"]
description = "Parse/serialise MessagePack extension -1 timestamps (no_std, no integration)"
edition = "2024"
homepage = "https://sr.ht/~nabijaczleweli/msgpack_datetime"
keywords = ["messagepack", "parsing", "extension", "serialize"]
license = "0BSD"
name = "msgpack-timestamp"
readme = "README"
repository = "https://git.sr.ht/~nabijaczleweli/msgpack-timestamp"
version = "0.1.0"

[[test]]
name = "msgpack_datetime_test"
path = "tests/msgpack_datetime_test.rs"