Skip to content

Commit 23f9b0f

Browse files
committed
Update README
1 parent a792584 commit 23f9b0f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545

4646
### 📁 Filesystem
4747
- [`File`](modules/FileSystem/File.mpp) - Binary and text file I/O, including optimized block-by-block reading
48+
- [`IndexedStorage`](modules/FileSystem/IndexedStorage.mpp) - Thread-safe indexed storage engine for storing and retrieving serializable types in chunked binary files
4849
- [`Watcher`](modules/FileSystem/Watcher.mpp) - File modification watcher
4950

5051
### 🧠 Functional
@@ -118,6 +119,8 @@
118119
- [`Concept`](modules/Type/Concept.mpp) - Extensions to `<type_traits>` and `<concepts>` providing additional compile-time checks and utilities
119120
- [`Enum`](modules/Type/Enum.mpp) - Generic enum-to-string conversion
120121
- [`Mapping`](modules/Type/Mapping.mpp) - Generic compile-time mapping between values
122+
- [`ReadWriteAdapter`](modules/Type/ReadWriteAdapter.mpp) - `write` and `read` CPOs (Customization Point Objects) mapping stream and buffer operations (std::ostream, std::istream, std::vector<std::byte>, std::span<const std::byte>, etc)
123+
- [`Serializer`](modules/Type/Serializer.mpp) - `serialize` and `deserialize` CPOs (Customization Point Objects) and custom Binary/Text Serializers
121124
- [`Tuple`](modules/Type/Tuple.mpp) - Visitor for `std::tuple`
122125
- [`VariadicTemplate`](modules/Type/VariadicTemplate.mpp) - Metaprogramming on variadic parameters
123126
- [`Variant`](modules/Type/Variant.mpp) - Generic print and comparison operators for `std::variant`

0 commit comments

Comments
 (0)