python3-config

Crates.iopython3-config
lib.rspython3-config
version0.2.1
sourcesrc
created_at2021-03-22 13:58:42.567258
updated_at2021-04-07 04:09:21.542362
descriptionRead Python 3 sysconfigdata in Rust
homepage
repositoryhttps://github.com/messense/python3-config-rs.git
max_upload_size
id372150
size51,388
messense (messense)

documentation

README

python3-config-rs

GitHub Actions Crates.io docs.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.

Commit count: 9

cargo fmt