repc

Crates.iorepc
lib.rsrepc
version0.1.1
sourcesrc
created_at2021-02-11 15:36:34.94136
updated_at2022-01-04 15:53:15.549602
descriptionAPIs to calculate the layout of C types.
homepage
repositoryhttps://github.com/mahkoh/repr-c
max_upload_size
id353826
size5,040
(mahkoh)

documentation

README

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.

Commit count: 7

cargo fmt