[][src]Crate eight_ball

Rust crate that mimics the original magic eight ball game.

Ask a question and it will reply...
Now supports custom answers

Structs

Answer

Represents a possible answer the magic ball can return.

EightBall

The crate's entry point, holdding the current possible answers

Enums

AnswerType

The type of an answer, used to determine it's color in the future.