We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9e118 commit 5b0cf95Copy full SHA for 5b0cf95
libs/rust_app/README.md
@@ -0,0 +1,7 @@
1
+# rust_app: Stub Library for Rust Application
2
+
3
+This is a stub library (that contains no code), used for injecting Rust compiled code in the Mynewt build.
4
5
+The compiled library will be replaced by the Rust applcation and Rust external libraries.
6
7
+See ../../scripts/build-app.sh
libs/rust_libcore/README.md
+# rust_libcore: Stub Library for Rust Core Library libcore
+This is a stub library (that contains no code), used for injecting Rust code in the Mynewt build.
+The compiled library will be replaced by the Rust Core Library libcore.
0 commit comments