ankane / tokenizers-ruby

Fast state-of-the-art tokenizers for Ruby
Apache License 2.0
132 stars 6 forks source link

Leverage `rb-sys` features for simplified CI and cross-platform builds #34

Closed ianks closed 6 months ago

ianks commented 6 months ago

This PR updates the project to utilize the latest features and best practices provided by the rb-sys project.

Key changes

These changes streamline the CI configuration, improve cross-platform compatibility, and ensure the project is using the latest rb-sys features. By leveraging the built-in functionality of rb-sys, the project's build and release processes become more efficient and maintainable.

ankane commented 6 months ago

Hi @ianks, thanks for the PR. However, I'd prefer to keep the current approach for now.