Brendonovich / swift-rs

Call Swift functions from Rust with ease!
Apache License 2.0
246 stars 28 forks source link

feat(build): add option to set output directory #46

Closed lucasfernog closed 1 year ago

lucasfernog commented 1 year ago

This allows users to set a custom output directory and also skip the --scratch-path argument when setting the out_dir to .build, useful to support older Swift versions.