From 2c21dc34296ad9eeadae45b96a1e07853dbae84f Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 15 May 2021 13:31:41 +0200 Subject: Replace the ascii module with std.ascii --- README.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c0bafe2..e58cd04 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,7 @@ Tanya consists of the following packages and (top-level) modules: string, Set, Hash table. * `conv`: This module provides functions for converting between different types. -* `encoding`: This package provides tools to work with text encodings. * `format`: Formatting and conversion functions. -* `functional`: Functions that manipulate other functions and their argument -lists. * `hash`: Hash algorithms. * `math`: Arbitrary precision integer and a set of functions. * `memory`: Tools for manual memory management (allocators, smart pointers). -- cgit v1.2.3