- Notifications
You must be signed in to change notification settings - Fork78
Updated to newer version of Rust#151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
MGlolenstine commentedFeb 12, 2021
- fixed code and made it compile. (There was a lot of errors because 'usize' moved from u64 to u128)
- cleaned up Markdown documents.
- updated dependencies
…ize' moved from u64 to u128. Cleaned up Markdown documents.
All build checks failed because of the rustup problem. I think that the CI configuration should be updated. |
zicklag commentedMay 3, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I'm new to flutter and flutter-rs, but here's my experience testing this PR. 🙂 On Ubuntu 20.04, building an app using the
|
tojocky commentedDec 30, 2021
any chance this to be merged? |
MGlolenstine commentedDec 30, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
tojocky commentedDec 30, 2021
it seems to be based on message store exchange, It is safe but it has a cost. I would prefer to have more direct access. |
You might like the alternative |
tojocky commentedDec 30, 2021
nativeshell looks interesting. I will stick with direct ffi interface |