dc8b948201
* add `PyBackedStr` and `PyBackedBytes` * review: adamreichold feedback * use `NonNull<[u8]>` * clippy and newsfragment * drop binding unused after refactoring --------- Co-authored-by: Adam Reichold <adam.reichold@t-online.de>
115 B
115 B
Add PyBackedStr
and PyBackedBytes
, as alternatives to &str
and &bytes
where a Python object owns the data.