11 stable releases

2.2.0 May 11, 2025
2.1.1 May 3, 2025
2.0.1 Apr 14, 2025
1.4.2 Mar 31, 2025
1.0.0 Jun 17, 2024

#2655 in Command line utilities

Download history 7/week @ 2025-02-05 2/week @ 2025-02-12 17/week @ 2025-02-26 94/week @ 2025-03-26 39/week @ 2025-04-02 192/week @ 2025-04-09 242/week @ 2025-04-16 71/week @ 2025-04-23 252/week @ 2025-04-30 166/week @ 2025-05-07 123/week @ 2025-05-14

659 downloads per month
Used in 3 crates

BSD-3-Clause

58KB
894 lines

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


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.

Dependencies