mtcute/packages/tl-runtime
2022-05-06 13:23:29 +03:00
..
src build: migrated to pnpm, updated and cleaned up deps 2022-04-28 16:58:09 +03:00
tests some changes 2021-11-23 00:03:59 +03:00
package.json build: migrated to pnpm, updated and cleaned up deps 2022-04-28 16:58:09 +03:00
README.md build: improved publish script, fixed imports/exports, added note about private repo 2022-05-06 13:23:29 +03:00
tsconfig.json build: improved publish script, fixed imports/exports, added note about private repo 2022-05-06 13:23:29 +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).