You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
Currently, all data calls are synchronous which could cause problems when things go wrong. Enable the ability to set an async callback in the native platform that is called from Rust with the required return objects when the operation is complete.
The text was updated successfully, but these errors were encountered:
* Rename ComplexRust.xcodeproj to Toodle.xcodeproj
* Rename source code folder to Toodle
* Rollback accidental changes to `ListManager`
These changes were part of the "Enable Async" issue (#4) and accidentally made their way into this commit when renaming the iOS source code folder.
* Refactor rust library into crates
* Refactor library to make the store properties of logins and list rather than logins and list properties of store.
Also provide a Toodle interface through which to instantiate logins and list
* Update iOS project to reflect new library structure
* Address review comments @rnewman.
* Better description for library in Cargo.toml
* Nicer result handling in login and list managers. Couldn't get the "when_ok" ResultEffect working properly. Will take a deeper look
* Rename ComplexRust.xcodeproj to Toodle.xcodeproj (#26)
* Rename ComplexRust.xcodeproj to Toodle.xcodeproj
* Rename source code folder to Toodle
* Rollback accidental changes to `ListManager`
These changes were part of the "Enable Async" issue (#4) and accidentally made their way into this commit when renaming the iOS source code folder.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, all data calls are synchronous which could cause problems when things go wrong. Enable the ability to set an async callback in the native platform that is called from Rust with the required return objects when the operation is complete.
The text was updated successfully, but these errors were encountered: