Crates.io | post-archiver |
lib.rs | post-archiver |
version | |
source | src |
created_at | 2024-06-04 21:08:35.080548 |
updated_at | 2024-11-29 10:23:59.707731 |
description | A Unify Archive |
homepage | |
repository | https://github.com/xiao-e-yun/PostArchiver |
max_upload_size | |
id | 1262090 |
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` |
size | 0 |
Types for Archiver
For FanboxArchive
of Unify Archive.
Provide API to web, just deploy a Static Server.
cargo add post-archiver
use it (check src/structs.rs
to know more)
use post_archiver::*;
npm add -D post-archiver
Import you need types
import type { ArchivePost } from "post-archiver"
cargo build
cargo test -F=typescript
node gen-types.mjs
You will get files in bindings