What's changed
Removed the exobiology prediction logic from the main crate and moved to its own crate. The main crate should focus on anything related to finding and parsing the journal. Other than that there have been some tiny changes in some of the method naming and a lot more documentation and examples are now included. Changes from the master branch have also been merged and include here.
Changelog
- Removed exobiology prediction logic from the main crate into a separate crate.
- Renamed sync- and async blocker methods from
blocktowait - Add more documentation and add example files.
Full Changelog: 0.13.0-rc.1...0.13.0-rc.2