-
Notifications
You must be signed in to change notification settings - Fork 95
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support #[no_std]
#41
Comments
This is awesome. |
I have a basic If that logger would just dump it strait to UART, there's no problem. Otherwise some form of |
Is there an example of using the basic no_std support today? I have
in my Cargo.toml, and
in my lib.rs My own code is working fine, any the rest of slog seems ok, but the
I see that there are two versions of that macro, with the alternate being designed for no_std, but not sure what I'm doing wrong. |
So this is how feature flags in cargo work: If you import any crate that imports
You can either help me finish |
No help, no progress. Can be finished in the future. |
Job done.
#![no_std]
support as perio::Write
as afeature
? whitequark/rust-log_buffer#2 (comment)fmt_streamer
crate that will be a #[no_std] too, similiar tostreamer
create but logging to circular buffer. See: https://github.com/dpc/slog-fmtstreamThe text was updated successfully, but these errors were encountered: