14 unstable releases (3 breaking)

new 0.3.2 Mar 24, 2025
0.3.1 Mar 24, 2025
0.2.5 Jan 25, 2025
0.1.14 Nov 29, 2024
0.0.0 Jun 4, 2024

#210 in Compression

41 downloads per month

BSD-3-Clause

46KB
1.5K SLoC

PostArchiver

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

Input

Output

  • Code by your self

Docs

Docs

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

~2–11MB
~120K SLoC