https://github.com/messense/python3-config-rs
Read Python 3 sysconfigdata in Rust
https://github.com/messense/python3-config-rs
Last synced: 7 months ago
JSON representation
Read Python 3 sysconfigdata in Rust
- Host: GitHub
- URL: https://github.com/messense/python3-config-rs
- Owner: messense
- License: mit
- Created: 2021-03-22T10:56:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T04:09:44.000Z (about 5 years ago)
- Last Synced: 2025-09-21T11:45:39.939Z (9 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python3-config-rs
[](https://github.com/messense/python3-config-rs/actions?query=workflow%3ACI)
[](https://crates.io/crates/python3-config)
[](https://docs.rs/python3-config/)
Read Python 3 sysconfigdata in Rust.
## Installation
Add it to your ``Cargo.toml``:
```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](./LICENSE) file.