Skip to main content

Crate aranya_util

Crate aranya_util 

Source
Expand description

Utilities for the Aranya project.

This is an internal crate that provides common utility functions and types used across various Aranya components like the client, daemon, UDS API, and others. It includes modules for:

  • addr: Handling network addresses (hostnames, IPs, ports), DNS lookups, and conversions.
  • util: Filesystem operations and shared memory path handling.

This crate makes no promises on backwards compatibility.

Re-exports§

pub use addr::*;
pub use util::*;

Modules§

addr
Network address handling and utilities.
error
ready
rustls
This module provides TLS configuration components that deliberately bypass security checks. Useful for server configurations that rely on PSKs to secure connections.
s2n_quic
task
util
General utility functions and types.