solution 0.1.1

Some macro for automatically generate student and teacher version of rust exercise
Documentation
[dependencies]

[features]
default = []
solution = []

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

[package]
authors = ["Gaby Roch <gaby@g-roch.ch>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Some macro for automatically generate student and teacher version of rust exercise"
edition = "2024"
license = "GPL-3.0-or-later"
name = "solution"
readme = "README.md"
version = "0.1.1"