Skip to content

Commit

Permalink
Link the tutorial from README
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
chinedufn committed Jan 23, 2022
1 parent ae8041e commit 956a73f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

You can find information about using Rust and Swift together in [The `swift-bridge` book](https://chinedufn.github.io/swift-bridge).

## Quick Setup
## Quick Start

The `swift-bridge` repository contains [example applications](examples) that you use to quickly try out the library,
or as a starting point for your own `Swift` + `Rust` based application.
Expand All @@ -21,6 +21,10 @@ open IosRustAnalyzer/IosRustAnalyzer.xcodeproj
# Click to "Run" button at the top left of Xcode
```

---

Alternatively, you can use the [tutorial](https://chinedufn.github.io/swift-bridge/tutorial/running-rust-analyzer-on-an-iphone/index.html) to learn how to create a `Swift` + `Rust` Xcode project from scratch.

## Quick Peek

Share types and functions between Swift and Rust.
Expand Down

0 comments on commit 956a73f

Please sign in to comment.