21 unstable releases (10 breaking)
0.11.0 | Jul 1, 2024 |
---|---|
0.9.0 | Oct 17, 2023 |
0.8.3 | Jul 14, 2023 |
0.8.1 | Jan 31, 2023 |
0.1.2 | Jul 19, 2020 |
#38 in Debugging
111,719 downloads per month
Used in 22 crates
(21 directly)
25KB
310 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
~51K SLoC