rustc-tools 0.1.0

Some internal rustc tools made accessible
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.term]
version = "0.7"

[lib]
name = "rustc_tools"

[package]
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
description = "Some internal rustc tools made accessible"
edition = "2021"
license = "MIT"
name = "rustc-tools"
readme = "README.md"
repository = "https://github.com/GuillaumeGomez/rustc-tools"
version = "0.1.0"