Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add arcstr::ArcStr and arcstr::Substr python convertions #4852

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zao111222333
Copy link

arcstr is a popular crate which provides a efficient reference-counted string type (a better Arc<str>).
This PR adds arcstr::ArcStr and arcstr::Substr convertions from/to python str type.

@zao111222333
Copy link
Author

zao111222333 commented Jan 11, 2025

Hi everyone, I have no idea why nox -s clippy-all failed in CI / clippy/x86_64-unknown-linux-gnu/beta
see https://github.com/PyO3/pyo3/actions/runs/12721445851/job/35464394579?pr=4852
while it works in CI / clippy/x86_64-unknown-linux-gnu/stable
Is it ok/negligible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant