vconfig_codegen 0.0.0

Place_holder: todo rename the current variants_* A native Rust decoder of TOML-formatted like files/streams. Provides implementations of deserializing TOML-formatted like files/streams to Rust structures with variant context.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "vconfig_codegen"
version = "0.0.0"
authors = ["Wei Gu <gu_wei_dev@outlook.com>"]
edition = "2024"
description = """
Place_holder: todo rename the current variants_*
A native Rust decoder of TOML-formatted like files/streams. Provides implementations of deserializing TOML-formatted like files/streams to Rust structures with variant context.
"""
keywords = ["variant", "configuration", "deserialization"]
license = "MIT"
homepage = "https://github.com/gu-wei-x/variants"
#readme = "README.md"
repository = "https://github.com/gu-wei-x/variants"
rust-version = "1.88"

[dependencies]
variants_de = "0.1.2"