homework done

This commit is contained in:
32 changed files with 187 additions and 1731 deletions

View File

@@ -0,0 +1,4 @@
fn main() {
println!("cargo:rustc-link-lib=static=power_socket_lib");
println!("cargo:rustc-link-search=target/debug");
}