diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-05-15 13:31:41 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-05-15 13:31:47 +0200 |
| commit | 2c21dc34296ad9eeadae45b96a1e07853dbae84f (patch) | |
| tree | c3232bc36cc406f60642eb2142d789df3c90b809 /README.md | |
| parent | f0d8c616bb574353b2cfd81a1df91493e0accdab (diff) | |
| download | tanya-2c21dc34296ad9eeadae45b96a1e07853dbae84f.tar.gz | |
Replace the ascii module with std.ascii
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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). |
