A simple Discord snowflake parsing library. Comes with optional chrono support using the chrono_support feature.
chrono_support
let dflake = dflake::parse(3971046231244935168); println!("My internal process ID is: {}", dflake.process_id);
Dflake