From ed3906c03d45148d43937b9f6909e628cb3f1188 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 2 Feb 2024 10:03:19 -0500 Subject: [PATCH] document flag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4cbc5bb0ad50e..44e06e1b6a92e 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ This crate has several [features] which can be specified in your `Cargo.toml`. Default features: +- `array_expressions`: functions for working with arrays such as `array_to_string` - `compression`: reading files compressed with `xz2`, `bzip2`, `flate2`, and `zstd` - `crypto_expressions`: cryptographic functions such as `md5` and `sha256` - `encoding_expressions`: `encode` and `decode` functions