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

C interface for bytes functionality #523

Open
mellis13 opened this issue Nov 1, 2024 · 0 comments
Open

C interface for bytes functionality #523

mellis13 opened this issue Nov 1, 2024 · 0 comments
Labels
area: C Issues related to the C client type: feature Issues that include feature request or feature idea

Comments

@mellis13
Copy link
Collaborator

mellis13 commented Nov 1, 2024

Description

In #521, functionality was added to operate on raw bytes in the C++ and Python clients. This ticket is for the addition of a similar C interface for these byte operations.

Justification

In an effort to provide a uniform experience across all clients, the C interface for byte operations should be implemented. Additionally, the C interface is a prerequisite for implementing the Fortran interface.

Implementation Strategy

The C++ interface for the bytes operations uses only void* pointers. As a result, minimal adaptation should be needed for the C.

@mellis13 mellis13 added type: feature Issues that include feature request or feature idea area: C Issues related to the C client labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: C Issues related to the C client type: feature Issues that include feature request or feature idea
Projects
None yet
Development

No branches or pull requests

1 participant