amagi 0.1.2

Rust SDK, CLI, and Web API service skeleton for multi-platform social web adapters.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Rust-native platform fetchers and shared upstream transport helpers.

pub mod bilibili;
pub mod douyin;
mod http;
mod internal;

/// Typed Kuaishou fetchers migrated from the original TypeScript platform layer.
pub mod kuaishou;
pub mod twitter;
pub mod xiaohongshu;