Joshua Shrader
Joshua Shrader
Nope, still hoping for a response.
I wonder if this is just missing functionality. If I change `get_len()` as follows ``` fn get_len(foo: Foo) -> u32 { let set = parse_file_descriptor_set(); for f in &set.file {...
I may be missing something. I think that extension value is actually encoded in the serialized message, in which case I'd need the byte stream - not just the enum...
Ah, thank you for the clarification. I did see the note in the docs - it just wasn't apparent to me that the attributes were *necessary*. I figured, it's a...