jnt

Crates.iojnt
lib.rsjnt
version0.2.0
created_at2024-12-14 07:01:59.227471+00
updated_at2024-12-24 06:59:57.193726+00
descriptionA utility crate full of just neat things
homepage
repositoryhttps://github.com/jacobneiltaylor/jnt
max_upload_size
id1482965
size19,295
Jacob Neil Taylor (jacobneiltaylor)

documentation

README

Just Neat Things

This is a crate where I put things of cross-cutting applicability that I don't consider big enough for their own crate. The tenets of this library are:

  • Minimal dependencies: Limit dependencies where possible. Big dependencies may be quarantined behind features.
  • API stability: It is intended to remain API-stable for existing features.
  • Well-tested: All modules that conatin non-trivial code must contain appropriate unit tests.

The key features supported are:

  • Collection of helpful macros to eliminate common boilerplate associated with envvars, errors, parsing, and once_cell primitives
  • Suite of parsing helper functions, intended for use with the environment variable helpers
  • Platform-independent socket helpers, including support for socket configuration by URI strings
  • Extension traits to bridge contains interfaces with phf and once_cell structures
Commit count: 0

cargo fmt