mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1685311 - Flesh out the documentation a little. r=aosmond
Also update fuzz/Cargo.lock Differential Revision: https://phabricator.services.mozilla.com/D100923
This commit is contained in:
parent
1f6b410fee
commit
519f913527
@ -1,4 +1,7 @@
|
||||
# qcms
|
||||
[![Crates.io](https://img.shields.io/crates/v/qcms.svg)](https://crates.io/crates/qcms)
|
||||
[![Documentation](https://docs.rs/qcms/badge.svg)](https://docs.rs/qcms)
|
||||
|
||||
|
||||
Firefox's library for transforming image data between ICC profiles.
|
||||
|
||||
@ -28,3 +31,6 @@ Firefox's library for transforming image data between ICC profiles.
|
||||
let mut writer = encoder.write_header().unwrap();
|
||||
writer.write_image_data(&data).unwrap(); // Save
|
||||
```
|
||||
|
||||
This library was originally written in C, was converted to Rust using [c2rust](https://c2rust.com/), and then refactored to be mostly
|
||||
safe and more idiomatic Rust.
|
||||
|
2
gfx/qcms/fuzz/Cargo.lock
generated
2
gfx/qcms/fuzz/Cargo.lock
generated
@ -30,7 +30,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "qcms"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user