repc 0.1.1

APIs to calculate the layout of C types.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented1 out of 1 items with examples
  • Size
  • Source code size: 4.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.77 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mahkoh/repr-c
    17 3 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mahkoh

repc

crates.io docs.rs

This crate contains APIs to calculate the layout of C data structures.

Example

See http://docs.rs/repc.

Supported Targets

This crate supports all targets that are also supported by Rust.

Tests

This crate is tested by comparing its output to the output of the target's C compiler. See ../tests for more details.

License

This crate is licensed under either of

  • Apache License, Version 2.0
  • MIT License

at your option.