Crates.io | post-archiver |
lib.rs | post-archiver |
version | 0.1.13 |
source | src |
created_at | 2024-06-04 21:08:35.080548 |
updated_at | 2024-06-18 17:03:42.27722 |
description | A Unify Archive |
homepage | |
repository | https://github.com/xiao-e-yun/PostArchiver |
max_upload_size | |
id | 1262090 |
size | 14,038 |
Types for Archiver
For FanboxArchive
of Unify Archive.
Provide API to web, just deploy a Static Server.
cargo add post-archiver
use it (check src/structs.rs
to know more)
use post_archiver::*;
npm add -D post-archiver
Import you need types
import type { ArchivePost } from "post-archiver"
cargo build
cargo test -F=typescript
node gen-types.mjs
You will get files in bindings