4个版本

0.1.13 2024年6月18日
0.1.12 2024年6月5日
0.1.11 2024年6月4日
0.0.0 2024年6月4日

#202压缩

Download history 393/week @ 2024-06-04 8/week @ 2024-06-11 136/week @ 2024-06-18 2/week @ 2024-06-25

每月204次下载

BSD-3-Clause

11KB
247

PostArchiver

Unify Archive的FanboxArchive类型。
提供Web API,只需部署静态服务器。

输入

输出

  • 自行编写代码

安装

对于Rust

cargo add post-archiver

使用它(检查 src/structs.rs 了解更多)

use post_archiver::*;

对于TypeScript

npm add -D post-archiver

导入您需要的类型

import type { ArchivePost } from "post-archiver"

构建

对于Rust

cargo build

对于TypeScript

cargo test -F=typescript
node gen-types.mjs

您将在 bindings 中得到文件

依赖项

~1.3–2.2MB
~41K SLoC