ccgen 0.1.0

generate manually maintained C (and C++) headers
Documentation
  • Coverage
  • 93.75%
    30 out of 32 items documented0 out of 7 items with examples
  • Size
  • Source code size: 12.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.52 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gqve0

ccgen

Store information in order to fully generate a C header

this crate is no_std so that no_std crates can use it the use of alloc is for efficiency of storage and thus crates do not use alloc should only conditionally include ccgen for header generation

features:

tok - this feature includes the tokenizer which should be used when actually generating the headers and for simplifing complex headers like an annex K compliant string.h this feature requires alloc