pcx

Crates.iopcx
lib.rspcx
version
sourcesrc
created_at2016-12-09 23:26:20.476618
updated_at2024-11-06 19:11:28.673859
descriptionLibrary for reading & writing PCX images.
homepagehttps://github.com/kryptan/pcx
repositoryhttps://github.com/kryptan/pcx
max_upload_size
id7521
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
(kryptan)

documentation

https://docs.rs/pcx/

README

Library for reading and writing PCX images for Rust

Add it to you dependencies:

[dependencies]
pcx = "0.2"

See API documentation for more info.

License

This project is licensed under either of

at your option.

Note that these licenses do not cover the test images (test-data folder).

Commit count: 56

cargo fmt