DFSG NEW Queue

DFSG, Licensing & New Packages Team

rust-crc-fast 1.10.0-1

Package Information

DescriptionWorld's fastest generic CRC16, CRC32, and CRC64 calculator using SIMD - Rust source code

Supplies a C-compatible shared library for use in other languages.

Source code for Debianized Rust crate "crc-fast"

MaintainerDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Changed ByWesley Hershberger <wesley.hershberger@gmail.com>
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/rust-team/debcargo-conf.git [src/crc-fast] (browse)
Closes#1138531
Trackerhttps://tracker.debian.org/pkg/rust-crc-fast
Uploaded4 hours ago

New Package Report

.changes
Changed-ByWesley Hershberger
Architectureamd64 source
Distributionunstable
DateSun, 14 Jun 2026 09:03:45 +0000
Sourcerust-crc-fast
Version1.10.0-1
Changelog
rust-crc-fast (1.10.0-1) unstable; urgency=medium
 .
   * Team upload.
   * Package crc-fast 1.10.0 from crates.io using debcargo 2.8.2
     (Closes: #1138531)
.dsc
Sectionrust
Priorityoptional
Componentmain
Package-Listlibrust-crc-fast-dev deb rust optional arch=any
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: crc-fast
Upstream-Contact: Don MacAskill
Source: https://github.com/awesomized/crc-fast-rust

Files: *
Copyright: 2025-2026 Don MacAskill
License: MIT or Apache-2.0

Files: debian/*
Copyright:
 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 2026 Wesley Hershberger <wesley.hershberger@gmail.com>
License: MIT or Apache-2.0

Files: src/combine.rs
Copyright: 2015 Mark Adler
License: zlib
Comment:
 Implementation derived from a C implementation posted to StackOverflow:
 https://stackoverflow.com/questions/29915764/generic-crc-8-16-32-64-combine-implementation/29928573#29928573

License: Apache-2.0
 Debian systems provide the Apache 2.0 license in
 /usr/share/common-licenses/Apache-2.0

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: Zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the author be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

Back to Dashboard | View all reviews for this package