| Filename | Latest commit message | Latest commit date |
|---|---|---|
Features must never be duplicated, so we can use a BTreeSet instead of a Vec to be nicer for users. It makes the internal API for computing caps and ecaps2 a bit worse, because it was expecting a slice directly, so for now let’s collect the BTreeSet into a Vec when computing the thing. A refactor to use Iterator might make it better eventually, but I won’t work on that before profiling it. |
||
| .. | ||
| contact_addr.rs | ||
| download_avatars.rs | ||
| echo_bot.rs | ||
| echo_component.rs | ||
| echo_server.rs | ||
| keep_connection.rs | ||