48 releases (5 stable)
Uses old Rust 2015
2.0.0 | May 18, 2022 |
---|---|
1.0.3 | Nov 29, 2020 |
1.0.2 | Oct 2, 2020 |
0.24.0 | Jul 1, 2020 |
0.3.0 | Dec 28, 2015 |
#26 in Programming languages
348,250 downloads per month
Used in 349 crates
(24 directly)
225KB
3.5K
SLoC
clang-rs
A somewhat idiomatic Rust wrapper for libclang
.
Supported on the stable, beta, and nightly Rust channels.
Minimum supported Rust version: 1.40.0
Released under the Apache License 2.0.
Supported Versions
To target a version of libclang
, enable one of the following Cargo features:
clang_3_5
- requireslibclang
3.5 or laterclang_3_6
- requireslibclang
3.6 or laterclang_3_7
- requireslibclang
3.7 or laterclang_3_8
- requireslibclang
3.8 or laterclang_3_9
- requireslibclang
3.9 or laterclang_4_0
- requireslibclang
4.0 or laterclang_5_0
- requireslibclang
5.0 or laterclang_6_0
- requireslibclang
6.0 or laterclang_7_0
- requireslibclang
7.0 or laterclang_8_0
- requireslibclang
8.0 or laterclang_9_0
- requireslibclang
9.0 or laterclang_10_0
- requireslibclang
10.0 or later
If you do not enable one of these features, the API provided by libclang
3.5 will be available by
default.
Dependencies
See here for information on this crate's dependencies.
Dependencies
~0.2–4.5MB