rster2002 / ed-journals

Work in progress journal parsing and utilities for Elite Dangerous written in Rust.
https://crates.io/crates/ed-journals
MIT License
2 stars 2 forks source link

Implement logic for predicting exobiology species for planets #13

Closed rster2002 closed 2 months ago

rster2002 commented 2 months ago

Primarily for using in state, but all input should come from a specific struct so the input can be constructed and used in other places as well.

rster2002 commented 2 months ago

Spawn conditions for all species have already been added to the Species enum, but is currently not really structured in a way that makes it easy to feed input and get a list of possible matches.