add more documentation, add doc lint
This commit is contained in:
parent
3901efcf61
commit
e135bd60a7
11 changed files with 134 additions and 8 deletions
|
@ -15,3 +15,6 @@ csbindgen = "1.8.0"
|
|||
[dependencies]
|
||||
servicepoint_binding_c = { version = "0.5.0", path = "../servicepoint_binding_c" }
|
||||
servicepoint = { version = "0.5.0", path = "../servicepoint" }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
//! Build script generating the C# code needed to call methods from the `servicepoint` C library.
|
||||
|
||||
fn main() {
|
||||
println!("cargo:rerun-if-changed=../servicepoint_binding_c/src");
|
||||
println!("cargo:rerun-if-changed=build.rs");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue