Brendonovich / swift-rs

Call Swift functions from Rust with ease!
Apache License 2.0
253 stars 30 forks source link

Fix incorrect `toString` usage in the `swift_print` example #9

Closed caoimhebyrne closed 2 years ago

caoimhebyrne commented 2 years ago

The function toString doesn't exist on the SRString class, it should be to_string instead.