pyo3/examples/sequential/src
David Hewitt 0e142f05dd
add `c_str!` macro to create `&'static CStr` (#4255)
* add `c_str!` macro to create `&'static CStr`

* newsfragment, just export as `pyo3::ffi::c_str`

* fix doc link

* fix doc

* further `c_str!` based cleanups

* [review]: mejrs

Co-authored-by: Bruno Kolenbrander <59372212+mejrs@users.noreply.github.com>

* rustfmt

* build fixes

* clippy

* allow lint on MSRV

* fix GraalPy import

---------

Co-authored-by: Bruno Kolenbrander <59372212+mejrs@users.noreply.github.com>
2024-06-18 18:09:36 +00:00
..
id.rs add `c_str!` macro to create `&'static CStr` (#4255) 2024-06-18 18:09:36 +00:00
lib.rs Create subinterpreter example 2023-11-26 09:49:56 +00:00
module.rs add `c_str!` macro to create `&'static CStr` (#4255) 2024-06-18 18:09:36 +00:00