post-archiver

Crates.iopost-archiver
lib.rspost-archiver
version
sourcesrc
created_at2024-06-04 21:08:35.080548
updated_at2024-11-29 10:23:59.707731
descriptionA Unify Archive
homepage
repositoryhttps://github.com/xiao-e-yun/PostArchiver
max_upload_size
id1262090
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 22

cargo fmt