• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-30793

.cargo-checksum.jsonH A D03-May-202289 11

Cargo.tomlH A D01-Jan-1970840 2321

Cargo.toml.orig-cargoH A D28-Nov-2017357 1210

LICENSE-APACHEH A D28-Nov-201711.1 KiB203169

LICENSE-MITH A D28-Nov-20171 KiB2016

README.mdH A D28-Nov-2017735 2414

README.md

1# foreign-types
2
3[![CircleCI](https://circleci.com/gh/sfackler/foreign-types.svg?style=shield)](https://circleci.com/gh/sfackler/foreign-types)
4
5[Documentation](https://docs.rs/foreign-types)
6
7A framework for Rust wrappers over C APIs.
8
9## License
10
11Licensed under either of
12
13 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
14 * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
15
16at your option.
17
18### Contribution
19
20Unless you explicitly state otherwise, any contribution intentionally
21submitted for inclusion in the work by you, as defined in the Apache-2.0
22license, shall be dual licensed as above, without any additional terms or
23conditions.
24