mirage/ocaml-cstruct

Features request: Mark complete file as cstruct ppx

Opened this issue · 0 comments

In some extensive cases, it would be beneficial if a whole section is marked as a %%cstruct. Maybe this is already possible?

Example

[%%cstruct

type a = { .... } [@@big_endian]
type b = ....

]