Skip to content

Commit 0ec51c1

Browse files
committed
proof of concept using the log crate
1 parent f566e0a commit 0ec51c1

File tree

15 files changed

+381
-116776
lines changed

15 files changed

+381
-116776
lines changed

wrappers/rust/.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# will have compiled files and executables
33
debug/
44
target/
5+
out/
56

67
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
78
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
@@ -11,4 +12,14 @@ Cargo.lock
1112
**/*.rs.bk
1213

1314
# MSVC Windows builds of rustc generate these, which store debugging information
14-
*.pdb
15+
*.pdb
16+
*.exe
17+
*.exe
18+
*.o
19+
*.lib
20+
*.so
21+
*.dll
22+
23+
# Need to rename this to something better ...
24+
lib/
25+
include/

wrappers/rust/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
[workspace]
22
resolver = "2"
33

4-
members = [
5-
"telemetry",
6-
"telemetry-sample"
7-
]
4+
members = ["oneds-telemetry", "telemetry-sample"]

wrappers/rust/old/no_build.rs

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)