Lines Matching +full:test +full:- +full:docs
2 [](https://docs.rs/bindgen/)
22 /* automatically generated by rust-bindgen 0.99.9 */
51 │ ├── LICENSE -> ../LICENSE
56 ├── bindgen-cli
59 │ ├── LICENSE -> ../LICENSE
62 ├── bindgen-integration
68 ├── bindgen-tests
80 │ ├── assert-no-diff.bat
81 │ ├── no-includes.sh
82 │ ├── test.bat
83 │ └── test.sh
85 ├── csmith-fuzzing
90 ├── example-graphviz-ir.png
98 │ └── release-announcement-template.md
131 printf("This is a test for bindgen hello world:\n");
137 printf("This is a test for bindgen of a + b:\n");
145 //! bindgen test for hello world
154 pub fn add_two_numbers_in_c(a: u32, b: u32) -> u32 {
212 [API参考文档在docs.rs上](https://docs.rs/bindgen)