11 releases

0.2.5 Jan 25, 2025
0.2.4 Jan 25, 2025
0.1.14 Nov 29, 2024
0.1.13 Jun 18, 2024
0.0.0 Jun 4, 2024

#1760 in Web programming

Download history 114/week @ 2024-11-27 20/week @ 2024-12-04 10/week @ 2024-12-11 489/week @ 2025-01-15 245/week @ 2025-01-22 42/week @ 2025-01-29 26/week @ 2025-02-05 7/week @ 2025-02-12 19/week @ 2025-02-19 13/week @ 2025-02-26

71 downloads per month

BSD-3-Clause

19KB
536 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

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

~1.2–5.5MB
~102K SLoC