Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
.circleci/ | 12-May-2024 | - | 39 | 33 | ||
foreign-types/ | 12-May-2024 | - | 595 | 327 | ||
foreign-types-shared/ | 12-May-2024 | - | 313 | 243 | ||
.gitignore | D | 12-May-2024 | 30 | 5 | 4 | |
Cargo.toml | D | 12-May-2024 | 74 | 6 | 5 | |
LICENSE-APACHE | D | 12-May-2024 | 11.1 KiB | 203 | 169 | |
LICENSE-MIT | D | 12-May-2024 | 1 KiB | 20 | 16 | |
README.OpenSource | D | 12-May-2024 | 323 | 12 | 11 | |
README.md | D | 12-May-2024 | 735 | 24 | 14 |
README.OpenSource
1[ 2 { 3 "Name": "foreign-types", 4 "License": "Apache License V2.0", 5 "License File": "LICENSE-APACHE", 6 "Version Number": "0.3.2", 7 "Owner": "xuelei3@huawei.com", 8 "Upstream URL": "https://github.com/sfackler/foreign-types", 9 "Description": "A framework for Rust wrappers over C APIs." 10 } 11] 12
README.md
1# foreign-types 2 3[](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