An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# python3-config-rs

[![GitHub Actions](https://github.com/messense/python3-config-rs/workflows/CI/badge.svg)](https://github.com/messense/python3-config-rs/actions?query=workflow%3ACI)
[![Crates.io](https://img.shields.io/crates/v/python3-config.svg)](https://crates.io/crates/python3-config)
[![docs.rs](https://docs.rs/python3-config/badge.svg)](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.