rep 0.3.0

A small tool for representation/class invariants
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rep"
version = "0.3.0"
authors = ["Caleb Winston <calebhwin@gmail.com>"]
description = "A small tool for representation/class invariants"
homepage = "https://www.github.com/calebwin/rep"
documentation = "https://docs.rs/rep"
repository = "https://www.github.com/calebwin/rep"
keywords = ["rep", "rep_derive", "representation", "class", "invariants"]
readme = "README.md"
categories = ["data-structures", "development-tools::procedural-macro-helpers", "database", "database-implementations", "template-engine"]
license = "MIT"
edition = "2018"

[dependencies]
rep_derive = "0.3.0"
# rep_derive = { path = "../rep_derive" }
log = "0.4.8"