type-crawler 0.1.0

A tool to scan C/C++ types using libclang
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "type-crawler"
version = "0.1.0"
edition = "2024"
authors = ["Aetias <aetias@outlook.com>"]
license = "MIT"
description = "A tool to scan C/C++ types using libclang"
repository = "https://github.com/AetiasHax/type-crawler"
readme = "../README.md"

[dependencies]
clang = { version = "2.0", features = ["clang_9_0"] }
indexmap = "2.10"
snafu = { version = "0.8" }