https://github.com/image-rs/weezl
hacktoberfest
Last synced: about 1 month ago
Repository metadata:
LZW en- and decoding that goes weeeee!
- Host: GitHub
- URL: https://github.com/image-rs/weezl
- Owner: image-rs
- License: apache-2.0
- Created: 2020-07-31T10:14:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T07:03:52.000Z (8 months ago)
- Last Synced: 2024-10-25T01:21:56.341Z (about 2 months ago)
- Topics: hacktoberfest
- Language: Rust
- Homepage:
- Size: 1.55 MB
- Stars: 26
- Watchers: 9
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.md
- License: LICENSE-APACHE
Owner metadata:
- Name: image-rs
- Login: image-rs
- Email:
- Kind: organization
- Description: Image libraries for Rust
- Website: https://github.com/image-rs/organization
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/49300799?v=4
- Repositories: 23
- Last Synced at: 2024-03-25T20:23:09.427Z
- Profile URL: https://github.com/image-rs
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 146
Total Committers: 8
Avg Commits per committer: 18.25
Development Distribution Score (DDS): 0.185
Commits in past year: 7
Committers in past year: 3
Avg Commits per committer in past year: 2.333
Development Distribution Score (DDS) in past year: 0.429
Name | Commits | |
---|---|---|
Andreas Molzer | a****r@g****e | 119 |
nwin | n****n | 16 |
Kornel | k****l@g****t | 4 |
Jonathan Behrens | f****a@g****m | 2 |
WorldSEnder | w****n@g****e | 2 |
Fredrik Fornwall | f****k@f****t | 1 |
GrigorenkoPV | G****b@y****u | 1 |
Scott Hutton | s****n@c****m | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Dependencies
.github/workflows/rust.yml
actions
- actions-rs/cargo v1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
Cargo.lock
cargo
- atty 0.2.14
- autocfg 1.1.0
- bitflags 1.3.2
- bstr 0.2.17
- bumpalo 3.10.0
- bytes 1.1.0
- cast 0.2.7
- cast 0.3.0
- cfg-if 1.0.0
- clap 2.34.0
- criterion 0.3.6
- criterion-plot 0.4.4
- crossbeam-channel 0.5.5
- crossbeam-deque 0.8.1
- crossbeam-epoch 0.9.9
- crossbeam-utils 0.8.10
- csv 1.1.6
- csv-core 0.1.10
- either 1.7.0
- futures 0.3.21
- futures-channel 0.3.21
- futures-core 0.3.21
- futures-io 0.3.21
- futures-sink 0.3.21
- futures-task 0.3.21
- futures-util 0.3.21
- half 1.8.2
- hermit-abi 0.1.19
- itertools 0.10.3
- itoa 0.4.8
- itoa 1.0.2
- js-sys 0.3.58
- lazy_static 1.4.0
- libc 0.2.126
- log 0.4.17
- memchr 2.5.0
- memoffset 0.6.5
- mio 0.8.4
- num-traits 0.2.15
- num_cpus 1.13.1
- once_cell 1.13.0
- oorandom 11.1.3
- pin-project-lite 0.2.9
- pin-utils 0.1.0
- plotters 0.3.2
- plotters-backend 0.3.4
- plotters-svg 0.3.2
- proc-macro2 1.0.40
- quote 1.0.20
- rayon 1.5.3
- rayon-core 1.9.3
- regex 1.6.0
- regex-automata 0.1.10
- regex-syntax 0.6.27
- rustc_version 0.4.0
- ryu 1.0.10
- same-file 1.0.6
- scopeguard 1.1.0
- semver 1.0.12
- serde 1.0.138
- serde_cbor 0.11.2
- serde_derive 1.0.138
- serde_json 1.0.82
- slab 0.4.6
- socket2 0.4.4
- syn 1.0.98
- textwrap 0.11.0
- tinytemplate 1.2.1
- tokio 1.19.2
- tokio-macros 1.8.0
- tokio-util 0.6.10
- unicode-ident 1.0.1
- unicode-width 0.1.9
- walkdir 2.3.2
- wasi 0.11.0+wasi-snapshot-preview1
- wasm-bindgen 0.2.81
- wasm-bindgen-backend 0.2.81
- wasm-bindgen-macro 0.2.81
- wasm-bindgen-macro-support 0.2.81
- wasm-bindgen-shared 0.2.81
- web-sys 0.3.58
- winapi 0.3.9
- winapi-i686-pc-windows-gnu 0.4.0
- winapi-util 0.1.5
- winapi-x86_64-pc-windows-gnu 0.4.0
- windows-sys 0.36.1
- windows_aarch64_msvc 0.36.1
- windows_i686_gnu 0.36.1
- windows_i686_msvc 0.36.1
- windows_x86_64_gnu 0.36.1
- windows_x86_64_msvc 0.36.1
Cargo.toml
cargo
- criterion 0.3.1 development
- tokio 1 development
- tokio-util 0.6.2 development
- futures 0.3.12
fuzz/Cargo.toml
cargo