v0.1.8
- Add the option to use custom epochs.
- Add a
Builder
struct to configure the used epoch. - Add a
epoch
method toGenerator
andsync::Generator
to get the configured epoch. - Add a snowflake structure section.
- Update examples for
sync::Generator
to use the constnew
function.