{"id":17694412,"url":"https://github.com/finefindus/adobe-swatch-exchange-rs","last_synced_at":"2025-05-13T03:25:57.775Z","repository":{"id":198014710,"uuid":"699880486","full_name":"FineFindus/adobe-swatch-exchange-rs","owner":"FineFindus","description":"A small, dependencies-free Rust library for writing and reading from .ase (Adobe Swatch Exchange) files.","archived":false,"fork":false,"pushed_at":"2025-01-26T15:38:46.000Z","size":92,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-02T23:19:55.961Z","etag":null,"topics":["adobe-swatch-exchange","ase","library","palette","rust","rust-lang"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/adobe-swatch-exchange","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FineFindus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-03T14:21:02.000Z","updated_at":"2025-03-22T07:52:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e60d7a3-a306-4bbb-9e29-dea55b18441b","html_url":"https://github.com/FineFindus/adobe-swatch-exchange-rs","commit_stats":null,"previous_names":["finefindus/adobe-swatch-exchange-rs"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FineFindus%2Fadobe-swatch-exchange-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FineFindus%2Fadobe-swatch-exchange-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FineFindus%2Fadobe-swatch-exchange-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FineFindus%2Fadobe-swatch-exchange-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FineFindus","download_url":"https://codeload.github.com/FineFindus/adobe-swatch-exchange-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253865687,"owners_count":21975965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adobe-swatch-exchange","ase","library","palette","rust","rust-lang"],"created_at":"2024-10-24T13:48:45.613Z","updated_at":"2025-05-13T03:25:57.735Z","avatar_url":"https://github.com/FineFindus.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adobe Swatch Exchange\nA small, dependencies-free Rust library for writing and reading from `.ase` files.\n\nASE has the option to either store single colors or colors in a named group. Each color consists of a name, the actual color data (in RGB, CMYK, LAB or Gray format), and a color type, which indicates how the color behaves in the document.\n\n## Usage\n\n```rust\nuse adobe_swatch_exchange::{ColorBlock, ColorType, ColorValue};\n\nlet color = ColorBlock::new(\n        \"#BF616A\".to_owned(),\n        ColorValue::Rgb(0.749_019_6, 0.380_392_16, 0.415_686_28),\n        ColorType::Normal);\n\n// write colors as ASE\nlet ase = adobe_swatch_exchange::create_ase(vec![], vec![color]);\n\n// read colors from ASE\nlet (groups, colors) = adobe_swatch_exchange::read_ase(\u0026*ase).unwrap();\n```\n\n## License\nThis Project is licensed under [MPL-2.0](https://opensource.org/license/mpl-2-0/). It has no affiliation with Adobe Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinefindus%2Fadobe-swatch-exchange-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinefindus%2Fadobe-swatch-exchange-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinefindus%2Fadobe-swatch-exchange-rs/lists"}