26 releases
new 0.12.4 | May 18, 2025 |
---|---|
0.12.2 | Mar 22, 2025 |
0.12.1 | Dec 19, 2024 |
0.12.0 | Nov 24, 2024 |
0.1.2 | Jul 19, 2020 |
#35 in Debugging
491,836 downloads per month
Used in 26 crates
(25 directly)
27KB
315 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.5MB
~54K SLoC