uiactivity_ios_rs 0.1.1

Start a UIActivity on iOS from Rust code.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 5.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 729.71 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ThierryBerger/uiactivity_ios_rs
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Vrixyz

uiactivity_ios_rs

Rust crate and Swift Package Module to open an UIActivity on iOS.

Features

Instructions

  1. Add to XCode: Add SPM (Swift Package Manager) dependency
  2. Add Rust dependency

1. Add to XCode

  • Go to File -> Add Package Dependencies and paste https://github.com/ThierryBerger/uiactivity_ios_rs.git into the search bar on the top right.

2. Add Rust dependency

cargo add uiactivity_ios_rs

or

# always pin to the same exact version you also of the Swift package
uiactivity_ios_rs = { version = "=0.2.0" }

Troubleshooting

  • File an issue!

Dev notes

Resources

License

All code in this repository is dual-licensed under either:

at your option. This means you can select the license you prefer.

Your contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.