Calling a Rust library from Swift This gist shows a quick overview of calling Rust in a Swift project, with Swift Package Manager configured. Let's go ahead and create a folder containing all our sources: mkdir swift-rs && cd $_