mtcute/packages/tl-runtime
2023-10-27 14:25:21 +03:00
..
src fix: various improvements 2023-10-26 22:23:25 +03:00
tests ESM + end-to-end tests (#11) 2023-10-16 19:23:53 +03:00
package.json ESM + end-to-end tests (#11) 2023-10-16 19:23:53 +03:00
README.md docs: removed typedoc-plugin-coverage 2022-08-28 17:56:56 +03:00
tsconfig.json ESM + end-to-end tests (#11) 2023-10-16 19:23:53 +03:00
typedoc.cjs docs: updated typedoc, added ci, fixed some docs 2023-10-27 14:25:21 +03:00

@mtcute/tl-runtime

This package contains runtime for TL (de-)serialization. It only contains binary reader and writer implementations, and is used by @mtcute/core.

@mtcute/tl-utils on the other hand has utilities like codegen and schema manipulation, which is only needed at runtime if you are patching the schema (which is a rare case anyways).