feat(examples): add simple example

This commit is contained in:
2025-07-15 19:38:06 +03:00
parent 89732ff8e2
commit f972876880
6 changed files with 51 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "filecaster-derive"
version = "0.2.2"
version = "0.2.3"
edition = "2024"
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
description = "Procedural derive macro for `filecaster`: automatically implement `FromFile` for your structs."