MathNya / umya-spreadsheet

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

remove onig and use regex instead #63

Closed ubamrein closed 2 years ago

ubamrein commented 2 years ago

PR for https://github.com/MathNya/umya-spreadsheet/issues/41

This PR removes onig and relays on regex instead. Further only the flate2 dependency with rust_backend feature is used (bzip2 disabled), such that it can be built for wasm.

MathNya commented 2 years ago

Thank you very much! We will merge them.