DFSG NEW Queue

DFSG, Licensing & New Packages Team

rust-atoi-simd 0.18.1-1

Package Information

DescriptionFast conversion of byte strings to integers - Rust source code

This crate parses decimal integers directly from byte slices, avoiding the need to first convert input into UTF-8 strings. It supports signed and unsigned integer types, validates malformed or overflowing input, and can either consume the complete input or return the length of a valid numeric prefix.

Portable code is available on all supported architectures, with faster SIMD implementations selected when suitable x86-64 or AArch64 processor features are enabled. The crate can also be used without the Rust standard library. Source code for Debianized Rust crate "atoi_simd"

MaintainerDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Changed BySteffen Moeller <moeller@debian.org>
Sponsormoeller@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/rust-team/debcargo-conf.git [src/atoi-simd] (browse)
Closes#1145410
Trackerhttps://tracker.debian.org/pkg/rust-atoi-simd
Uploaded3 hours ago

New Package Report

.changes
DateThu, 10 Sep 2026 01:34:43 +0200
Sourcerust-atoi-simd
Version0.18.1-1
Changed-BySteffen Moeller
Architecturesource amd64
Distributionunstable
Changelog
rust-atoi-simd (0.18.1-1) unstable; urgency=medium
 .
   * Initial upload (Closes: #1145410)
   * Package atoi_simd 0.18.1 from crates.io using debcargo 2.8.4
.dsc
Priorityoptional
Componentmain
Package-Listlibrust-atoi-simd-dev deb rust optional arch=any
Sectionrust
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: atoi_simd
Upstream-Contact: Dmitry Rodionov <gh@rdmtr.com>
Source: https://github.com/RoDmitry/atoi_simd

Files: *
Copyright: 2022 Dmitry Rodionov
License: MIT or Apache-2.0

Files: debian/*
Copyright:
 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 2026 Steffen Moeller <moeller@debian.org>
License: MIT or Apache-2.0

License: Apache-2.0
 On Debian systems, the complete text of the Apache License, Version 2.0,
 can be found 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.

Back to Dashboard | View all reviews for this package