Skip to content

Commit 099ec7e

Browse files
jeffhuenclaude
andcommitted
Shorten package description for Hex (max 300 chars)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3d53cb0 commit 099ec7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule EncodingRs.MixProject do
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),
1313
description:
14-
"Character encoding and decoding for Elixir. Convert between UTF-8 and Shift_JIS, EUC-JP, ISO-2022-JP (Japanese), GBK, GB18030, Big5 (Chinese), EUC-KR (Korean), Windows-1252, ISO-8859-1 through ISO-8859-16, KOI8-R/U (Cyrillic), UTF-16LE, UTF-16BE, and 200+ legacy encodings. Streaming and batch processing support for large files and high-throughput workloads. Powered by Rust's encoding_rs (Firefox's encoding library).",
14+
"High-performance character encoding/decoding for Elixir. Supports 200+ encodings (Shift_JIS, GBK, Big5, Windows-1252, ISO-8859, UTF-16, and more). Streaming and batch APIs. Powered by Mozilla's encoding_rs.",
1515
package: package(),
1616
docs: docs(),
1717
dialyzer: [

0 commit comments

Comments
 (0)