repc 0.1.1

APIs to calculate the layout of C types.
Documentation
# repc

[![crates.io](https://img.shields.io/crates/v/repc.svg)](http://crates.io/crates/repc)
[![docs.rs](https://docs.rs/repc/badge.svg)](http://docs.rs/repc)

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](../tests) for more details.

## License

This crate is licensed under either of

- Apache License, Version 2.0
- MIT License

at your option.