3 unstable releases
0.2.1 | Apr 7, 2021 |
---|---|
0.2.0 | Mar 23, 2021 |
0.1.0 | Mar 22, 2021 |
#415 in #python
15KB
288 lines
python3-config-rs
Read Python 3 sysconfigdata in Rust.
Installation
Add it to your Cargo.toml
:
[dependencies]
python3-config = "0.2"
then you are good to go. If you are using Rust 2015 you have to add extern crate python3_config
to your crate root as well.
License
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.
Dependencies
~3.5–4.5MB
~105K SLoC