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

revert: remove references #59

Merged
merged 1 commit into from
Aug 7, 2023
Merged

revert: remove references #59

merged 1 commit into from
Aug 7, 2023

Conversation

tshakalekholoane
Copy link
Collaborator

The types in the library crates can be implemented without borrowing and raw references which makes it safer particularly across FFI as they conform to the Copy trait.

This reverts some of the changes made in 6c8269a.

@tshakalekholoane tshakalekholoane added the enhancement New feature or request label Aug 7, 2023
@tshakalekholoane tshakalekholoane added this to the 0.1.0 milestone Aug 7, 2023
@tshakalekholoane tshakalekholoane self-assigned this Aug 7, 2023
The types in the library crates can be implemented without borrowing and
raw references which makes it safer particularly across FFI as they
conform to the Copy trait.

This reverts some of the changes made in 6c8269a.
@tshakalekholoane tshakalekholoane merged commit b869f93 into main Aug 7, 2023
12 checks passed
@tshakalekholoane tshakalekholoane deleted the tshaka/copy branch August 7, 2023 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant