diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..866f1e1 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..3dbcd97 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,9 @@ +{ + "ExpandedNodes": [ + "", + "\\src", + "\\src\\pep" + ], + "SelectedNode": "\\src\\lib.rs", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/planckCoreSequoiaBackend/v16/.suo b/.vs/planckCoreSequoiaBackend/v16/.suo new file mode 100644 index 0000000..ddd1cc6 Binary files /dev/null and b/.vs/planckCoreSequoiaBackend/v16/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..07d7003 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/src/lib.rs b/src/lib.rs index 20cc5c9..987c4cc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,6 @@ use std::convert::TryInto; use std::env; use std::ffi::{ CStr, - //CString }; use std::io::{ Read,