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

#137 in Date and time

Download history 274/week @ 2024-09-11 231/week @ 2024-09-18 73/week @ 2024-09-25 21/week @ 2024-10-02 13/week @ 2024-10-09 8/week @ 2024-10-16 4/week @ 2024-10-23 38/week @ 2024-10-30 18/week @ 2024-11-06 2/week @ 2024-11-13 8/week @ 2024-11-20 7/week @ 2024-11-27 30/week @ 2024-12-04 27/week @ 2024-12-11 5/week @ 2024-12-18

62 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