19 releases
0.9.0 | Oct 17, 2023 |
---|---|
0.8.3 | Jul 14, 2023 |
0.8.1 | Jan 31, 2023 |
0.7.0 | Aug 27, 2022 |
0.1.2 | Jul 19, 2020 |
#38 in Debugging
118,698 downloads per month
Used in 11 crates
25KB
299 lines
pyo3-log
A bridge to send Rust's log messages over to Python. Meant to help logging from pyo3 native extensions.
Read the documentation before using.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (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.
Dependencies
~2.1–7MB
~46K SLoC