-
Notifications
You must be signed in to change notification settings - Fork 6
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
example code #2
Comments
Yep, I'm keen to add an example for non-async, though I haven't actually tried using it that way myself yet. There might be API changes that could make it more ergonomic, though I think the basics are there for it to work. Not sure about the At the moment |
I would also love to see a non-async std example. |
Are you more interested in a client or server non-async example? |
I'm more interested in a server non-async std example, thanks! |
this could use an example for non-async, non-std.
i had to patch in a custom
getrandom
impl to use:for some reason
if #[cfg(target_os = "espidf")]
wasn't true. this was in a newcargo generate esp-rs/esp-template
.beyond that, re the async example, depending on
sunset-async
seems to pull in stuff that depends onstd
. example:The text was updated successfully, but these errors were encountered: