sunset icon indicating copy to clipboard operation
sunset copied to clipboard

SSH for Rust, no_std and elsewhere

Results 2 sunset issues
Sort by recently updated
recently updated
newest added

this could use an example for non-async, non-std. i had to patch in a custom `getrandom` impl to use: ``` #[path = "espidf.rs"] mod imp; ``` for some reason `if...

When I run ``` git clone https://github.com/mkj/sunset.git cd sunset/async cargo run --example serv1 ``` I get a bunch of compile errors. Have the latest Rust version (1.78).