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 ba84bf3 commit e069c83Copy full SHA for e069c83
src/crates/lib.md
@@ -2,6 +2,8 @@
2
3
Let's create a library, and then see how to link it to another crate.
4
5
+In `rary.rs`:
6
+
7
```rust,ignore
8
pub fn public_function() {
9
println!("called rary's `public_function()`");
0 commit comments