2022-05-06 13:23:29 +03:00
|
|
|
# @mtcute/tl-runtime
|
|
|
|
|
2022-08-24 23:37:26 +03:00
|
|
|
![](./coverage.svg)
|
|
|
|
|
2022-05-06 13:23:29 +03:00
|
|
|
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).
|