pipl

Crates.iopipl
lib.rspipl
version
sourcesrc
created_at2024-10-01 12:32:59.261498
updated_at2024-10-02 07:17:09.445069
descriptionLibrary for building Adobe's PiPL plugin info resource
homepage
repositoryhttps://github.com/virtualritz/after-effects/
max_upload_size
id1392875
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | 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
Moritz Mœller (virtualritz)

documentation

README

pipl

Originating in Adobe Photoshop® over two decades ago, Plug-In Property Lists, or PiPLs, are files that contain basic information about a plug-in's behavior, without executing the plug-in.

For archaeological reasons they are still nedeed for shipping certain plug-in types for Adobe applications, e.g. AfterEffects® or Premiere Pro®.

This crate is a helper for creating PiPLs when using the after-effects or premiere crates.

Please see the README in the repository workspace root for more information.

Commit count: 211

cargo fmt