Closed lattice0 closed 2 years ago
This is blocking downstream library flutter_rust_bridge. May I know when will it be merged? Thanks
/cc @jerel @shekohex (not sure who is maintaining this lib)
any updates on this @lattice0 and @fzyzcjy ?
Will we go with a simple string @fzyzcjy?
@lattice0 As suggested above
Hmm I am wondering whether this is sufficient or not? By https://docs.rs/anyhow/1.0.58/anyhow/struct.Error.html, seems that the debug format {:?} prints out more information? Or, if we want more structured solutions we can format it by ourselves
At least maybe use {:?}
so we have more info
Try cargo +nightly format
then push your changes.
cargo +nightly fmt
changed 6 files, is it ok to push?
Yup!
Thank you, will publish a new version very soon!
Released in v0.1.13
.
Adds optional support for implementing
IntoDart
foranyhow
, needed on https://github.com/fzyzcjy/flutter_rust_bridge/issues/533