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

Change describe types to C ABI, check ext-php-rs version #108

Merged
merged 5 commits into from
Nov 21, 2021

Conversation

davidcole1340
Copy link
Owner

Rust doesn't have a stable ABI so the describe function and types are
now C ABI compatible, however, the internal types Cow, Vec, Option
still aren't. Will need to look into this more, maybe have to pass a slice
reference.

Check ext-php-rs versions to check compatibility between the CLI and
the extension.

Rust doesn't have a stable ABI so the describe function and types are
now C ABI compatible, however, the internal types `Cow`, `Vec`, `Option`
aren't.

Check `ext-php-rs` versions to check compatibility between the CLI and
the extension.
@davidcole1340 davidcole1340 merged commit d9e40ea into master Nov 21, 2021
@davidcole1340 davidcole1340 deleted the stub_abi branch November 21, 2021 04:27
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