Module utils

Module utils 

Source
Expand description

Shared utility functions used across the documentation generator.

This module contains small, general-purpose helpers that are used by multiple components and don’t belong to any specific domain.

§Organization

Utilities are organized into unit structs by category:

  • PathUtils: Rust path manipulation utilities

Structs§

PathUtils
Utilities for working with Rust paths (e.g., std::vec::Vec).