Skip to content

Commit 5b0cf95

Browse files
committed
Added doc
1 parent 0a9e118 commit 5b0cf95

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

libs/rust_app/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# rust_libcore: Stub Library for Rust Core Library libcore
2+
3+
This is a stub library (that contains no code), used for injecting Rust code in the Mynewt build.
4+
5+
The compiled library will be replaced by the Rust Core Library libcore.
6+
7+
See ../../scripts/build-app.sh

0 commit comments

Comments
 (0)