@@ -4,16 +4,22 @@ This directory contains shared code libraries and utilities used across the mono
44
55## Libraries
66
7- - [ Mapping Tools] ( mapping-tools/README.md ) - Tools for mapping over lists and iterables
8- - [ Bigint String] ( bigintString/README.md ) - BigInt string manipulation utilities
9- - [ Boxed List] ( boxed-list/README.md ) - List boxing and manipulation tools
10- - [ Colors Tools] ( colors-tools/README.md ) - Color manipulation and conversion utilities
11- - [ Human Size] ( human-size/README.md ) - Human-readable size conversion tools
12- - [ Object With Expectations] ( object-with-expectations/README.md ) - Object validation tools
13- - [ Parallel Mapper] ( parallel-mapper/README.md ) - Parallel data mapping utilities
14- - [ Restraining Zalgo] ( restraining-zalgo/README.md ) - Text normalization tools
15- - [ Tools] ( tools/README.md ) - General utility functions
16- - [ TypeScript] ( typescript/README.md ) - TypeScript-specific utilities
7+ ### Active Projects
8+
9+ - [ Bigint String] ( bigintString/README.md ) - BigInt and binary string conversion utilities
10+ - [ Boxed List] ( boxed-list/README.md ) - Functional programming containers with Box, BoxedList, and generator utilities
11+ - [ Boxing Tools] ( boxing-tools/README.md ) - Boxing and data manipulation utilities
12+ - [ Colors Tools] ( colors-tools/README.md ) - Color manipulation and conversion utilities (in development)
13+ - [ Human Size] ( human-size/README.md ) - Human-readable file size conversion tools
14+ - [ Object With Expectations] ( object-with-expectations/README.md ) - Object merging with async properties validation
15+ - [ Parallel Mapper] ( parallel-mapper/README.md ) - Parallel data mapping with concurrency limits and Worker Thread support
16+ - [ Restraining Zalgo] ( restraining-zalgo/README.md ) - Utilities for preventing Zalgo behavior in async operations
17+ - [ Tools] ( tools/README.md ) - General utility functions and development tools incubator
18+
19+ ### Development Notes
20+
21+ - ** mapping-tools/** : Empty directory (not active)
22+ - ** typescript/** : Configuration-only directory (not active)
1723
1824## Overview
1925
0 commit comments