go-sprout/sprout

View on GitHub
docs/registries/list-of-all-registries.md

Summary

Maintainability
Test Coverage
---
icon: list-radio
---

# List of all registries

Every function is categorized into a registry and may include a [**'must'** version](list-of-all-registries.md#must-version). This 'must' version utilizes the native error handling of Go templates to manage errors that occur within your method.

### List of embed registries

* [**backward**](backward.md): Functions to maintain backward compatibility with sprig.
* [**checksum**](checksum.md): Tools to generate and verify checksums for data integrity.
* [**conversion**](conversion.md): Functions to convert between different data types within templates.
* [**crypto**](crypto.md): Cryptographic utilities for encryption, hashing, and security.
* [**encoding**](encoding.md): Methods for encoding and decoding data in various formats.
* [**env**](env.md): Access and manipulate environment variables within templates.
* [**filesystem**](filesystem.md): Functions for interacting with the file system.
* [**maps**](maps.md): Tools to manipulate and interact with map data structures.
* [**numeric**](numeric.md): Utilities for numerical operations and calculations.
* [**random**](random.md): Functions to generate random numbers, strings, and other data.
* [**reflect**](reflect.md): Tools to inspect and manipulate data types using reflection.
* [**regexp**](regexp.md): Regular expression functions for pattern matching and string manipulation.
* [**semver**](semver.md): Functions to handle semantic versioning and comparison.
* [**slices**](slices.md): Utilities for slice operations, including filtering, sorting, and transforming.
* [**std**](std.md): Standard functions for common operations.
* [**strings**](strings.md): Functions for string manipulation, including formatting, splitting, and joining.
* [**time**](time.md): Tools to handle dates, times, and time-related calculations.
* [**uniqueid**](uniqueid.md): Functions to generate unique identifiers, such as UUIDs.

### Community registry

{% hint style="info" %}
You can open an issue to ask to be listed here. We are a community :seedling:

And maybe your registry will be embed on sprout directly, who know :eyes:
{% endhint %}