Jeff Parsons
Jeff Parsons
### Describe the issue Hello! I was reading through some of the generated code in the `aws-sdk-ec2` crate and stumbled upon this: `aws-smithy-types` has this enum: ```rust pub enum Number...
Also, multicast? I originally raised this question here: https://github.com/bytecodealliance/wasmtime/pull/7148#issuecomment-1747943612 In brief, I'm wondering if it's intended for wasi-sockets to have any special knowledge of UDP broadcast, or if they should...
Chamber writes log messages to stdout, which means they get intermingled with output that you might want to parse programmatically. E.g. ``` [root@967ceb326552 dir-name]# chamber export -f json chamber-of-secrets 2023/06/03...
There are some other crates that might be of interest, and for some users might be a better choice. E.g. see @ripytide's list here: https://github.com/ripytide/range_bounds_map#similar-crates
BTreeMap has signatures like... ```rust pub fn get(&self, key: &Q) -> Option where K: Borrow, Q: Ord ``` Using `Borrow` in `RangeMap` and `RangeSet` would be better than the plain...