mtcute/packages/tl-runtime
2023-10-12 07:26:26 +03:00
..
src build(deps): bumped prettier to 3.0.3 2023-10-11 08:42:37 +03:00
tests chore: changed prettier width to 120 2023-09-24 01:32:22 +03:00
package.json chore: change license to MIT 2023-10-12 07:26:26 +03:00
README.md docs: removed typedoc-plugin-coverage 2022-08-28 17:56:56 +03:00
tsconfig.json chore: improved eslint config 2023-09-03 02:37:51 +03:00
typedoc.js chore: code quality improvements 2023-06-05 00:30:48 +00: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).