Skip to content

Add fixed sized arrays for native module records #1406

Closed
@erickt

Description

@erickt

Some c libraries, like zeromq and libclang, return structures by value that contain fixed size arrays. We can't bind to these functions though because there is no way to express a fixed size array in a structure in rust. It would greatly simplify binding to these libraries if it were supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-type-systemArea: Type systemC-enhancementCategory: An issue proposing an enhancement or a PR with one.E-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions