fish-lib 0.2.3

A work-in-progress fishing game library containing the game/storage logic for a discord fishing game I'm working on.
Documentation
1
2
3
4
5
6
7
8
9
pub mod encounter_service;
pub mod fishing_history_service;
pub mod item_service;
pub mod location_service;
pub mod pond_service;
pub mod species_service;
pub mod specimen_service;
pub mod user_service;
pub mod weather_service;