7 releases (stable)

1.4.0 Sep 21, 2024
1.3.0 Sep 15, 2024
1.1.0 Aug 21, 2024
1.0.0 Jun 17, 2024

#203 in Date and time

Download history 4/week @ 2024-07-05 22/week @ 2024-07-12 26/week @ 2024-07-19 47/week @ 2024-07-26 16/week @ 2024-08-02 77/week @ 2024-08-09 167/week @ 2024-08-16 57/week @ 2024-08-23 29/week @ 2024-08-30 22/week @ 2024-09-06 293/week @ 2024-09-13 234/week @ 2024-09-20 56/week @ 2024-09-27 18/week @ 2024-10-04 5/week @ 2024-10-11

320 downloads per month
Used in 3 crates

BSD-3-Clause

41KB
509 lines

logo

BP3D Generic utilities

Features

  • env Utilities to work with environment variables.
  • tzif Utilities to decode compiled TZ data (ex: /etc/localtime).
  • simple-error Generate simple enum based error types.
  • result Extensions to the result type (useful for CLI apps).
  • path Extensions to Path which do not depend on OS-level functions.

lib.rs:

Generic utilities not tied to any particular platform for use with other BP3D software.

Dependencies