redis-args 0.22.0

Derive macro for reading and writing types for redis usage, either through serde or format args
Documentation
[dependencies.redis]
version = "1.0"

[dependencies.redis-args-impl]
version = "0.22.0"

[dependencies.serde_json]
version = "1"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

[lib]
name = "redis_args"
path = "src/lib.rs"

[package]
authors = ["OpenTalk GmbH <mail@opentalk.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Derive macro for reading and writing types for redis usage, either through serde or format args"
documentation = "https://docs.rs/redis-args"
edition = "2024"
homepage = "https://opentalk.eu/"
license = "MIT OR Apache-2.0"
name = "redis-args"
publish = true
readme = "README.md"
repository = "https://gitlab.opencode.de/opentalk/libs/redis-args"
version = "0.22.0"

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