| Crates.io | python3-config |
| lib.rs | python3-config |
| version | 0.2.1 |
| created_at | 2021-03-22 13:58:42.567258+00 |
| updated_at | 2021-04-07 04:09:21.542362+00 |
| description | Read Python 3 sysconfigdata in Rust |
| homepage | |
| repository | https://github.com/messense/python3-config-rs.git |
| max_upload_size | |
| id | 372150 |
| size | 51,388 |
Read Python 3 sysconfigdata in Rust.
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.
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.