Ten0 / serde_avro_fast

An idiomatic implementation of serde/avro (de)serialization
GNU Lesser General Public License v3.0
20 stars 4 forks source link

Misspelling in `aprox_block_size`. #16

Closed droundy closed 4 months ago

droundy commented 4 months ago

I would prefer to rename the method to approx_block_size or just block_size next time you have another breaking change.

Ten0 commented 4 months ago

Thanks for opening this issue! We should definitely fix that spelling mistake, it doesn't look like we need a breaking change for this, we can just deprecate the old one and make it doc hidden and add the fixed one.