add more documentation, add doc lint

This commit is contained in:
Vinzenz Schroeter 2024-05-28 19:38:43 +02:00
parent 3901efcf61
commit e135bd60a7
11 changed files with 134 additions and 8 deletions

View file

@ -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

View file

@ -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");