- Replaced a bunch of
.into_iter()
to.iter()
max_tries
default value is now100
(from10
)- Fixed an off-by-one small bug
- Updated docs
- Fixed
MarkovResult
struct:.refs
is now aVec<usize>
- Removed the buggy Hash implementation
- Added derives for Hash and (De)Serialize
- Documentation updates
- First version