Skip to content

Ability to query version (string) from C API (FFI) #1801

Closed
@joedrago

Description

@joedrago

I'm hooking up rav1e support into libavif, and it'd be nice if there were capi calls such as:

const char * rav1e_version_short(void);
const char * rav1e_version_full(void);

Which returned lib.rs version::short, version::full string, etc, so I could expose those from my avifCodecVersions() call.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions