Eliza Weisman
Eliza Weisman
- [ ] `client_compressed_unary` - [ ] `server_compressed_unary` - [ ] `client_compressed_streaming` - [ ] `server_compressed_streaming`
- [ ] `compute_engine_creds` - [ ] `jwt_token_creds` - [ ] `oauth2_auth_token` - [ ] `per_rpc_creds`
Since the [`TryFrom`](https://doc.rust-lang.org/std/convert/trait.TryFrom.html) trait is in unstable Rust (rust-lang/rust#33417), we should rewrite a lot of failable conversions into `TryFrom` implementations. For example, a _lot_ of the [ELF parsing code](https://github.com/hawkw/sos-kernel/tree/master/elf) that...
this is not a _huge_ problem, because hawkw/alarm is (going to be) a thing, but we should stop it from breaking the build
Requires #122. We should at least be able to write to the console on file descriptor 1, writing to any other fd can be unimplemented for now.