4 releases

0.1.13 Jun 18, 2024
0.1.12 Jun 5, 2024
0.1.11 Jun 4, 2024
0.0.0 Jun 4, 2024

#224 in Compression

Download history 291/week @ 2024-05-30 105/week @ 2024-06-06 111/week @ 2024-06-13 32/week @ 2024-06-20

204 downloads per month

BSD-3-Clause

11KB
247 lines

PostArchiver

Types for Archiver For FanboxArchive of Unify Archive.
Provide API to web, just deploy a Static Server.

Input

Output

  • Code by your self

Install

For Rust

cargo add post-archiver

use it (check src/structs.rs to know more)

use post_archiver::*;

For TypeScript

npm add -D post-archiver

Import you need types

import type { ArchivePost } from "post-archiver"

Build

For Rust

cargo build

For TypeScript

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

You will get files in bindings

Dependencies

~1.3–2.2MB
~41K SLoC