Your API imitates Chrono's (which makes sense) with constructors like ::days(), but it's much more common in rust to have names like ::from_days() for static constructors.
Chrono is pretty old, and contains some styles that are unexpected to modern Rust programmers. I hope to migrate chrono to something that will cause less confusion for our users.