mkj / sunset

SSH for Rust, no_std and elsewhere
Other
31 stars 4 forks source link

async/examples/serv1 does not compile #3

Open lasiotus opened 1 month ago

lasiotus commented 1 month ago

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).

mkj commented 1 month ago

Sorry, the serv1 example is currently incomplete.