laysakura / trie-rs

Memory efficient trie (prefix tree) library based on LOUDS
https://crates.io/crates/trie-rs
Apache License 2.0
90 stars 10 forks source link

Switching from Travis to Github Actions #24

Closed LucaCappelletti94 closed 4 months ago

LucaCappelletti94 commented 5 months ago

Hi - I noticed that the Travis CI link is broken. I had several of those myself since when Travis switched to a premium-only CI.

If that is okay for you, I will make a pull request changing the travis setup for a GitHub actions setup.

Best, Luca

shanecelis commented 4 months ago

Once issue #30 is dealt with this should be complete. Thanks, Luca, for getting the ball rolling on it.