checktrait 0.1.5

Simple tool for trait implementation check
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "checktrait"
version = "0.1.5"
edition = "2024"

authors = ["Allen Han <mail@drchi.co.kr>"]
description = "Simple tool for trait implementation check"
repository = "https://github.com/mincomk/checktrait"
documentation = "https://docs.rs/checktrait"
readme = "README.md"
keywords = ["tool", "macro", "utility"]
license-file = "LICENSE"
include = ["src/**", "Cargo.toml", "README.md", "LICENSE"]
exclude = ["tests/*", "target/*"]

[dependencies]
paste = "1.0.15"