Zili Chen created AVRO-3962: ------------------------------- Summary: [Rust] avro-derive supports extract docs from field comments Key: AVRO-3962 URL: https://issues.apache.org/jira/browse/AVRO-3962 Project: Apache Avro Issue Type: Improvement Components: rust Reporter: Zili Chen
When using {{#[derive(AvroSchema)]}}, it can extract record docs, but not field docs. Is it possible to extra field docs? Ref - https://github.com/apache/avro/blob/78540a1e59d8556226b9ff1484ff17212137de62/lang/rust/avro_derive/src/lib.rs#L129 https://github.com/apache/avro/blob/78540a1e59d8556226b9ff1484ff17212137de62/lang/rust/avro_derive/src/lib.rs#L113 -- This message was sent by Atlassian Jira (v8.20.10#820010)