22 releases (11 breaking)
new 0.12.0 | Nov 24, 2024 |
---|---|
0.11.0 | Jul 1, 2024 |
0.10.0 | Apr 21, 2024 |
0.9.0 | Oct 17, 2023 |
0.1.2 | Jul 19, 2020 |
#58 in Debugging
104,900 downloads per month
Used in 23 crates
(22 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
~52K SLoC