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

#125 in Date and time

Download history 62/week @ 2024-07-29 1/week @ 2024-08-05 87/week @ 2024-08-12 201/week @ 2024-08-19 33/week @ 2024-08-26 29/week @ 2024-09-02 220/week @ 2024-09-09 263/week @ 2024-09-16 74/week @ 2024-09-23 40/week @ 2024-09-30 9/week @ 2024-10-07 14/week @ 2024-10-14 17/week @ 2024-10-28 43/week @ 2024-11-04

75 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