mtcute/packages/tl-runtime
2024-04-21 04:53:09 +03:00
..
src feat: @mtcute/bun package for initial first-class bun support 2024-03-23 18:13:31 +03:00
package.json build: initial support for jsr building 2024-04-21 04:53:09 +03:00
README.md docs: updated packages readmes 2023-11-01 14:05:45 +03:00
tsconfig.json test: moved to vitest from mocha/chai 2023-11-09 00:20:43 +03:00
typedoc.cjs docs: fixed typedoc configs 2024-03-15 23:38:39 +03:00

@mtcute/tl-runtime

📖 API Reference

This package contains runtime for TL (de-)serialization. It only contains binary reader and writer implementations, as well as some Uint8Array utilities, 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).

Features

  • Supports all TL features used by the public schema
  • Uint8Array utilities like hexDecode
  • Supports browsers out of the box