charls 0.3.1

Bindings for CharLS, the JPEG-LS implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

authors = ["Douglas Yau <dy@coradoya.com>"]

description = "Bindings for CharLS, the JPEG-LS implementation"

edition = "2021"

keywords = ["charls", "libcharls", "image", "jpegls"]

repository = "https://github.com/coradoya/charls-rs"

license = "MIT"

name = "charls"

readme = "README.md"

version = "0.3.1"



[dependencies]

charls-sys = "2.4.2"



[features]

default = []

static = ["charls-sys/static"]