pyo3-log 0.1.1

Logging bridge from pyo3 native extension to python
Documentation
# pyo3-log

[![Travis Build Status](https://api.travis-ci.org/vorner/pyo3-log.png?branch=main)](https://travis-ci.org/vorner/pyo3-log)

A bridge to send Rust's log messages over to Python. Meant to help logging flom
pyo3 native extensions.

Read [the documentation](https://docs.rs/pyo3-log) before using.

## Rust version policy

There's no hard policy yet. However, currently the crate builds with Rust 1.26
and is tested for that. There would have to be a very good reason to increase
the required version.

## License

Licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms
or conditions.