typegraph 0.1.0

Graphs of types in the type system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "typegraph"
description = "Graphs of types in the type system"
authors = ["Nick Senger"]
edition = "2021"
license = "MIT"
repository = "https://github.com/nicksenger/typegraph"
categories = ["science"]
keywords = ["science", "metaprogramming", "dinosaurs"]
rust-version = "1.84"
version = "0.1.0"

[dependencies]