telegram-webapp-sdk 0.9.1

Telegram WebApp SDK for Rust
Documentation
1
2
3
4
5
6
7
8
// SPDX-FileCopyrightText: 2025-2026 RAprogramm <andrey.rozanov.vl@gmail.com>
// SPDX-License-Identifier: MIT

pub mod document;
pub mod element;

pub use document::Doc as Document;
pub use element::ElementExt;