Module time::parsing::shim

source ยท
Expand description

Extension traits for things either not implemented or not yet stable in the MSRV.

Macrosยง

Traitsยง

  • Integer ๐Ÿ”’
    Marker trait for all integer types, including NonZero*
  • IntegerParseBytes ๐Ÿ”’
    Equivalent of foo.parse() for slices.