MathNya / umya-spreadsheet

A pure rust library for reading and writing spreadsheet files
MIT License
238 stars 41 forks source link

Proposal: Feature flags for Additional functionalities #199

Open agentjill opened 6 days ago

agentjill commented 6 days ago

In line with #158 & #165, features such as image,drawing,chart support can be moved to a single/multiple feature flags as per the broad consensus of the community. This would reduce the size, execution times and memory footprints of the binary and can in general be good for flexibility of the system. Note: Same is being implemented with Calamine library which can be investigated for replication.

MathNya commented 5 days ago

@agentjill Thank you for your suggestion. I agree with your response to features. Let's definitely do it.