mitchmindtree / rose_tree-rs

An implementation of the "rose tree" data structure for Rust.
Apache License 2.0
24 stars 6 forks source link

Switch from travis to using github workflow for CI #7

Closed mitchmindtree closed 3 years ago

mitchmindtree commented 3 years ago

Also adds an auto-publishing step which will publish a new version of the crate when a pull request is merged into master that updates the version in the cargo.toml.

Also removes some unecessary docs info in the README in favour of adding a docs.rs badge.