Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mrhooray/crc-rs issues and pull requests

#121 - Add cargo features for each CRC width

Pull Request - State: open - Opened by imihajlow about 2 months ago

#120 - feature request: `update_bit()`

Issue - State: open - Opened by SebKuzminsky 6 months ago - 1 comment

#119 - Feature flags to enable or disable impls

Issue - State: open - Opened by BigPeteB 10 months ago

#118 - `Digest<'a, W>` is no longer `Clone` in crc-3.2.0

Issue - State: closed - Opened by daniestevez 11 months ago - 2 comments

#117 - expose lookup tables

Pull Request - State: closed - Opened by BKSalman 11 months ago - 5 comments

#116 - dependency crc-catalog v2.30 is yanked

Issue - State: open - Opened by jtmoon79 11 months ago - 1 comment

#115 - Add non-breaking API for custom implementations

Pull Request - State: closed - Opened by akhilles 12 months ago

#114 - Release 3.1.0 in violation of semantic versioning?

Issue - State: closed - Opened by d-e-s-o 12 months ago - 3 comments

#112 - expose tables in API

Issue - State: closed - Opened by mammothbane about 1 year ago - 1 comment

#111 - Allow for multiple calls to finalize (or equivalent)

Issue - State: open - Opened by jpittis about 1 year ago

#110 - Fix error in Readme about feature precedence

Pull Request - State: closed - Opened by KillingSpark over 1 year ago

#109 - SIMD-based implementations

Pull Request - State: open - Opened by valaphee over 1 year ago - 8 comments

#108 - Bump crc-catalog 2.1.0 -> 2.4.0

Pull Request - State: closed - Opened by akhilles over 1 year ago

#107 - add BuildHasher and Hasher impls for the Crc structs

Pull Request - State: open - Opened by KillingSpark over 1 year ago

#106 - Feature: Implement `core::hash::Hasher` on `Digest`

Issue - State: closed - Opened by rjzak over 1 year ago - 3 comments

#105 - `CRC_32_CKSUM` does not imitate the behaviour of `cksum`

Issue - State: closed - Opened by 7Ji over 1 year ago

#104 - Does crc-rs have plans to implement hardware acceleration?

Issue - State: open - Opened by RiversJin over 1 year ago - 1 comment

#103 - Derive Clone for Crc

Pull Request - State: closed - Opened by nrempel almost 2 years ago - 4 comments

#102 - fix readme regarding default impl selection

Pull Request - State: closed - Opened by KillingSpark almost 2 years ago

#101 - switch impls based on crate features for u8 as an example

Pull Request - State: closed - Opened by KillingSpark almost 2 years ago - 4 comments

#100 - Bump MSRV to 1.56

Pull Request - State: closed - Opened by akhilles almost 2 years ago

#99 - Bump MSRV to 1.56

Issue - State: closed - Opened by akhilles almost 2 years ago - 1 comment

#98 - Clarify MSRV policy, clean up docs

Pull Request - State: closed - Opened by akhilles almost 2 years ago

#97 - Buffers of 16 and multiple of 16 are not fully processed by hot loop …

Pull Request - State: closed - Opened by khrs almost 2 years ago - 1 comment

#96 - Formalize MSRV policy

Issue - State: closed - Opened by akhilles almost 2 years ago - 1 comment

#95 - Assert in slice16 hot loop to avoid bounds checks.

Pull Request - State: open - Opened by khrs almost 2 years ago - 3 comments

#94 - Use macros to avoid code duplication in CRC tables generation.

Pull Request - State: open - Opened by khrs almost 2 years ago

#93 - Switching to slice16 by default increases already large resource footprint by 16x

Issue - State: closed - Opened by cbiffle about 2 years ago - 15 comments

#92 - 3.1.0 Release tracker

Issue - State: open - Opened by akhilles about 2 years ago - 13 comments

#90 - Add crc8 slice-by-16 and no-table implementations

Pull Request - State: closed - Opened by KillingSpark about 2 years ago

#89 - Add crc16 slice-by-16 and no-table implementations

Pull Request - State: closed - Opened by KillingSpark about 2 years ago - 1 comment

#88 - Replace unmaintained actions-rs/toolchain actions in CI workflows

Pull Request - State: closed - Opened by striezel about 2 years ago - 1 comment

#87 - Replace unmaintained actions-rs/cargo action in CI workflow

Pull Request - State: closed - Opened by striezel about 2 years ago - 1 comment

#86 - Update actions/checkout in GitHub Actions workflow to v3

Pull Request - State: closed - Opened by striezel about 2 years ago - 1 comment

#85 - Fix a typo

Pull Request - State: closed - Opened by striezel about 2 years ago - 1 comment

#84 - Add crc128 slice-by-16 and no-table implementations

Pull Request - State: closed - Opened by KillingSpark about 2 years ago - 2 comments

#83 - Add SIMD implementations if/when `std::simd` is stable

Issue - State: open - Opened by akhilles about 2 years ago - 4 comments

#82 - Add docs for compile-time vs runtime table generation

Issue - State: open - Opened by akhilles about 2 years ago
Labels: good-first-issue

#81 - implement slice16 and no-table implementations for width 64

Pull Request - State: closed - Opened by KillingSpark about 2 years ago - 1 comment

#80 - `Digest` should be Copy

Issue - State: closed - Opened by lightsing about 2 years ago - 2 comments

#79 - Genericity over width

Issue - State: open - Opened by chrysn about 2 years ago - 3 comments

#78 - Introduce an implementation that calculates the crc without using a lookup table

Pull Request - State: closed - Opened by KillingSpark about 2 years ago - 6 comments

#77 - Add slice16

Pull Request - State: closed - Opened by KillingSpark about 2 years ago - 10 comments

#76 - Make Crc generic over implementation

Pull Request - State: closed - Opened by akhilles about 2 years ago - 2 comments

#75 - Update criterion 0.2 -> 0.4

Pull Request - State: closed - Opened by akhilles about 2 years ago

#74 - How to upgrade from v1 to v3 API?

Issue - State: closed - Opened by soulmachine about 2 years ago - 2 comments

#73 - recommended method for keeping a `Digest` in a struct w/ 3.0 API

Issue - State: open - Opened by james-rms over 2 years ago - 6 comments

#72 - fix benchmarks

Pull Request - State: open - Opened by fkohlgrueber almost 3 years ago - 4 comments

#71 - Remove list of supported widths from docs

Pull Request - State: closed - Opened by akhilles almost 3 years ago

#70 - Add a const fn version of digest update

Pull Request - State: open - Opened by benhall-7 almost 3 years ago - 3 comments

#69 - Add Crc::digest_with_initial

Pull Request - State: closed - Opened by voidc almost 3 years ago - 6 comments

#68 - `Crc::new` doesn't need to require a `'static` `Algorithm` reference

Issue - State: open - Opened by wwylele about 3 years ago - 5 comments

#67 - impl Clone for Digest

Pull Request - State: closed - Opened by cbiffle about 3 years ago

#66 - Add support for non-power of 2 widths

Pull Request - State: closed - Opened by bartelsielski over 3 years ago - 2 comments

#65 - Replace Travis CI with GitHub Actions

Pull Request - State: closed - Opened by akhilles over 3 years ago

#64 - Prepare 2.1.0 release

Pull Request - State: closed - Opened by akhilles over 3 years ago

#63 - Added CRC8 support

Pull Request - State: closed - Opened by paunstefan over 3 years ago

#62 - Docs on how to upgrade from v1 to v2 api?

Issue - State: open - Opened by ghost over 3 years ago - 7 comments

#61 - Correct crc-catalog version

Pull Request - State: closed - Opened by striezel over 3 years ago - 1 comment

#60 - Remove const fn hacks

Pull Request - State: closed - Opened by akhilles about 4 years ago

#59 - Bump MSRV to 1.46

Pull Request - State: closed - Opened by akhilles about 4 years ago

#58 - Use reverse_bits from the standard library

Pull Request - State: closed - Opened by akhilles about 4 years ago

#57 - Feature request: make polynomial tables optional

Issue - State: closed - Opened by Xiretza about 4 years ago - 6 comments

#56 - Use const fn

Pull Request - State: closed - Opened by mxpv over 4 years ago - 3 comments

#55 - Implement v2 API

Pull Request - State: closed - Opened by akhilles over 4 years ago - 4 comments

#54 - which is CRC-16-CCITT?

Issue - State: closed - Opened by clouds56 over 4 years ago - 10 comments

#53 - Fix table generation

Pull Request - State: closed - Opened by akhilles about 5 years ago

#52 - Add test for checksum_ieee failure

Pull Request - State: closed - Opened by spl about 5 years ago - 2 comments

#50 - Compile-time generation of custom CRC table

Pull Request - State: closed - Opened by akhilles over 5 years ago

#49 - adding CalcType to crc::crcXX::update() is backwards incompatible

Issue - State: closed - Opened by samhansen over 5 years ago - 1 comment

#48 - Proposal for v2 API

Issue - State: closed - Opened by akhilles over 5 years ago - 10 comments

#47 - Consider writing the tables in hex

Issue - State: closed - Opened by lnicola over 5 years ago - 1 comment

#46 - Generalize CRC table generator logic into macro

Pull Request - State: closed - Opened by zachmse over 5 years ago - 2 comments

#45 - Allow users to specify both ref_in and ref_out when creating Digests.

Issue - State: closed - Opened by zachmse over 5 years ago - 1 comment

#44 - Address clippy lint warnings.

Pull Request - State: closed - Opened by zachmse over 5 years ago

#43 - Latest master commits not on crates.io

Issue - State: closed - Opened by zachmse over 5 years ago - 9 comments

#42 - Rust edition 2018, `no_std` default, README and CI changes

Pull Request - State: closed - Opened by akhilles over 5 years ago - 9 comments

#41 - Port the benchmarks to criterion

Pull Request - State: closed - Opened by jonas-schievink over 6 years ago - 1 comment

#40 - Differences between function and trait based operation

Issue - State: closed - Opened by chrysn over 6 years ago - 2 comments

#39 - Using on #![no_std] systems

Issue - State: closed - Opened by korken89 over 6 years ago - 1 comment

#38 - refactor and update documentation

Pull Request - State: closed - Opened by mrhooray over 6 years ago

#37 - Add a few more CRC-16 variants

Pull Request - State: closed - Opened by inferiorhumanorgans over 6 years ago - 7 comments

#36 - Reverse compat

Pull Request - State: closed - Opened by CLomanno over 6 years ago

#35 - update readme

Pull Request - State: closed - Opened by mrhooray over 6 years ago

#34 - Bench testing no longer working in Rust 1.26 stable

Issue - State: closed - Opened by CLomanno almost 7 years ago - 2 comments

#33 - mpeg2 crc32

Issue - State: closed - Opened by dholroyd almost 7 years ago - 6 comments

#32 - Standard CRC32 table based algorithm implemented.

Pull Request - State: closed - Opened by CLomanno almost 7 years ago - 6 comments

#30 - Add crc16

Pull Request - State: closed - Opened by janczer almost 7 years ago - 3 comments

#29 - Reduce duplicate code

Issue - State: closed - Opened by kitlith about 7 years ago - 2 comments

#28 - Allow MSB first generation of CRC table

Issue - State: closed - Opened by kitlith about 7 years ago - 2 comments

#27 - Faster generation of CRC tables

Issue - State: closed - Opened by kitlith about 7 years ago - 2 comments

#26 - Avoid a direct dependency on build_const

Pull Request - State: closed - Opened by whitequark about 7 years ago - 6 comments

#25 - remove sub crate dependency

Pull Request - State: closed - Opened by mrhooray over 7 years ago

#24 - Please add license text to the repository

Issue - State: closed - Opened by raggi over 7 years ago - 1 comment

#23 - include! macro is what we were missing

Issue - State: closed - Opened by vitiral over 7 years ago

#22 - Update version in Readme

Pull Request - State: closed - Opened by matklad over 7 years ago