3 releases (1 stable)

1.0.0 Jun 17, 2024
1.0.0-rc.1.0.1 Jun 14, 2024

#114 in Template engine

Download history 218/week @ 2024-06-09 268/week @ 2024-06-16

486 downloads per month
Used in bp3d-os

BSD-3-Clause

33KB
405 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