MathNya / umya-spreadsheet

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

Fix fmt errors #140

Closed patrickomatic closed 7 months ago

patrickomatic commented 7 months ago

This fixes how master is currently broken, the code just needed cargo fmt --all run on it (most people just hook it up to their editor so it runs automatically).

I also added a badge to the README showing the current build status and some small instructions for those who want to contribute

MathNya commented 7 months ago

@patrickomatic Thank you for all the details. We will merge them.