shepmaster / jetscii

A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.
Apache License 2.0
113 stars 21 forks source link

Use cross-platform crates for page boundary tests #30

Closed RReverser closed 5 years ago

RReverser commented 5 years ago

Fixes #29.

shepmaster commented 5 years ago

Thanks! I suppose I should take the time to set up Windows-based CI as well...

RReverser commented 5 years ago

@shepmaster Well, these days it should be as easy as adding another line to travis.yml :) https://blog.travis-ci.com/2018-10-11-windows-early-release (although not 100% sure if they have Rust packaged there yet).