telegram-webapp-sdk 0.4.0

Telegram WebApp SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-FileCopyrightText: 2025 RAprogramm <andrey.rozanov.vl@gmail.com>
// SPDX-License-Identifier: MIT

pub mod accelerometer;
pub mod biometric;
pub mod cloud_storage;
pub mod device_orientation;
pub mod device_storage;
pub mod events;
pub mod gyroscope;
pub mod haptic;
pub mod location_manager;
pub mod secure_storage;
pub mod settings_button;
pub mod theme;
pub mod user;
pub mod viewport;