Skip to content

Commit

Permalink
Add a README.md for initialize-c-runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Sep 9, 2021
1 parent b72a574 commit f38116c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions initialize-c-runtime/README.md
@@ -0,0 +1,5 @@
This is an optional crate which adds the ability to link to C libraries.

See [here] for details.

[here]: https://github.com/sunfishcode/mustang/blob/main/README.md#the-c-runtime
2 changes: 1 addition & 1 deletion initialize-c-runtime/src/lib.rs
@@ -1 +1 @@

#![doc = include_str!("../README.md")]

0 comments on commit f38116c

Please sign in to comment.