trl_codegen 1.2.1

This library provides auto generation of some common methods based on Rust macros
Documentation
[package]

name = "trl_codegen"

version = "1.2.1"

edition = "2024"

authors = ["Maxim Okinawa <okinaijap@gmail.com>"]

description = "This library provides auto generation of some common methods based on Rust macros"

license = "MIT"

repository = "https://github.com/iokinai/trl"

homepage = "https://github.com/iokinai/trl"

documentation = "https://docs.rs/trl"

readme = "README.md"



[lib]

proc-macro = true



[dependencies]

proc-macro2 = "1.0.89"

quote = "1.0.37"

syn = { version = "2.0.87", features = ["full"]}