We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stabilizer/serial-settings/src/lib.rs
Lines 73 to 75 in 5ea3ee8
fmt::Write
The text was updated successfully, but these errors were encountered:
serial settings: use eio::Write traits
2aaae9d
re #917
Needs async menu. The menu part itself is easy. But async callbacks runs into various issues.
menu
Sorry, something went wrong.
No branches or pull requests
stabilizer/serial-settings/src/lib.rs
Lines 73 to 75 in 5ea3ee8
fmt::Write
wrapper where needed: https://github.com/quartiq/miniconf/blob/3b4e493e824d5260a5f21fffe67d90a192c625e3/miniconf_cli/src/lib.rs#L15-L33 The latter might be worth upstreaming as well.The text was updated successfully, but these errors were encountered: