Skip to content

Commit

Permalink
clippy and newsfragment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Feb 14, 2024
1 parent 775a0f4 commit 3e9054a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/3802.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add `PyBackedStr` and `PyBackedBytes`, as alternatives to `&str` and `&bytes` where a Python object owns the data.
2 changes: 2 additions & 0 deletions src/pybacked.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Contains types for working with Python objects that own the underlying data.
use std::{ops::Deref, ptr::NonNull};

use crate::{
Expand Down

0 comments on commit 3e9054a

Please sign in to comment.