-
Notifications
You must be signed in to change notification settings - Fork 0
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
general small fixes #204
Merged
Merged
general small fixes #204
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying ry with
|
Latest commit: |
0b1839a
|
Status: | ✅ Deploy successful! |
Preview URL: | https://55f3b4fc.ry-5qq.pages.dev |
Branch Preview URL: | https://jkrdev.ry-5qq.pages.dev |
Deploying ry with
|
Latest commit: |
2137ccc
|
Status: | ✅ Deploy successful! |
Preview URL: | https://357f90a1.ry-5qq.pages.dev |
Branch Preview URL: | https://jkrdev.ry-5qq.pages.dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ai word salad
This pull request includes several updates and improvements across multiple files, focusing on restructuring, adding new functionality, and enhancing documentation. The most important changes include the removal of
ryo3-types
and its integration intoryo3-core
, the addition of new async functions, and the enhancement of workspace settings inCargo.toml
.Restructuring and Integration:
ryo3-types
and integrated its functionality intoryo3-core
(CHANGELOG.md
,Cargo.toml
) [1] [2] [3].New Functionality:
read_async
andwrite_async
async functions toryo3-tokio
(CHANGELOG.md
,README.md
) [1] [2] [3].which_re
function to acceptry.Regex
orstr
(CHANGELOG.md
,README.md
) [1] [2].Documentation and Metadata Enhancements:
Cargo.toml
with additional workspace settings includingdocumentation
,homepage
,license
,repository
,keywords
, andcategories
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10].Code Improvements:
extract_vecu8_ref
toextract_bytes_ref
and addedextract_bytes_ref_str
for better handling of byte-like objects (crates/ryo3-bytes/src/bytes_like.rs
,crates/ryo3-bytes/src/lib.rs
) [1] [2] [3].Miscellaneous:
build.rs
file toryo3-core
for configuring build settings (crates/ryo3-core/build.rs
).types
module toryo3-core
(crates/ryo3-core/src/lib.rs
).