post-archiver

Crates.iopost-archiver
lib.rspost-archiver
version0.1.13
sourcesrc
created_at2024-06-04 21:08:35.080548
updated_at2024-06-18 17:03:42.27722
descriptionA Unify Archive
homepage
repositoryhttps://github.com/xiao-e-yun/PostArchiver
max_upload_size
id1262090
size14,038
xiaoeyun (xiao-e-yun)

documentation

README

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

Commit count: 20

cargo fmt