-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
area: fortranissues related to the Fortran Clientissues related to the Fortran Clienttype: featureIssues that include feature request or feature ideaIssues that include feature request or feature idea
Description
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 Fortran interface for these byte operations.
Justification
In an effort to provide a uniform experience across all clients, the Fortran interface for byte operations should be implemented.
Implementation Strategy
The C++ interface for the bytes operations uses only void*
pointers. As a result, the c-bindings for Fortran interface should be fairly straight forward.
Metadata
Metadata
Assignees
Labels
area: fortranissues related to the Fortran Clientissues related to the Fortran Clienttype: featureIssues that include feature request or feature ideaIssues that include feature request or feature idea