martin-g commented on PR #409:
URL: https://github.com/apache/avro-rs/pull/409#issuecomment-3766936531

   > We could also do this:
   > 
   > ```
   > schema
   > ├── mod.rs
   > └── record
   >     ├── mod.rs
   >     └── field.rs
   > ```
   > 
   > Then we have everything relevant to Record separated in a module.
   
   Thanks!
   Now there is a warning related to the RecordField::parse() method and its 
usage of the Parser struct.
   I guess it will fail the CI checks. My only solution is to make the Parser 
`pub(crate)` too


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to