rust-str-stack 0.1.0-1 source package in Ubuntu

Changelog

rust-str-stack (0.1.0-1) unstable; urgency=medium

  * Package str_stack 0.1.0 from crates.io using debcargo 2.6.1

 -- Alexander Kjäll <email address hidden>  Sat, 30 Dec 2023 11:13:20 +0100

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rust-str-stack_0.1.0-1.dsc 2.1 KiB 1fe1852dcfc14b27ff97b9cedd02160cf52aebdf9f3575ab5738fd549ca6872f
rust-str-stack_0.1.0.orig.tar.gz 8.0 KiB e71c918e7965a3b7acd702d8e80c555fc1ef0fb44a031aa8b2235c19f5c13bc6
rust-str-stack_0.1.0-1.debian.tar.xz 2.6 KiB f60c0dd17aecd9f9a91b1a1d6b09324bcbcc12a4fce5f65eaf4e27ac2c3c5d34

No changes file available.

Binary packages built by this source

librust-str-stack-dev: String allocator for allocating many write-once strings - Rust source code

 This library is primarily useful for parsing where you need to repeatedly build
 many strings, use them, and then throw them away. Instead of allocating many
 independent strings, this library will put them all in the same buffer.
 .
 Source code for Debianized Rust crate "str_stack"