rust-ucd-generate 0.2.3-1ubuntu0.20.04.1 source package in Ubuntu

Changelog

rust-ucd-generate (0.2.3-1ubuntu0.20.04.1) focal-security; urgency=medium

  * No change rebuild due to update in rust-regex

 -- David Fernandez Gonzalez <email address hidden>  Thu, 18 Aug 2022 16:57:38 +0200

Upload details

Uploaded by:
David Fernandez Gonzalez
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe misc
Focal security universe misc

Downloads

File Size SHA-256 Checksum
rust-ucd-generate_0.2.3.orig.tar.gz 483.3 KiB 423c17b88f5c67bbcc4dea17c43b24ce0ee71c2ed328faca70b6df9e6bbf6f76
rust-ucd-generate_0.2.3-1ubuntu0.20.04.1.debian.tar.xz 2.9 KiB 80933b787bfbe3a07f1aa71b6ff864216decd1056f0114aa34e153bc568e3dda
rust-ucd-generate_0.2.3-1ubuntu0.20.04.1.dsc 2.4 KiB c8498c5271cffb7e67258d9fca8e74292dff1519fae6d079be6b5a1a1dd5e533

View changes file

Binary packages built by this source

ucd-generate: Generate searchable packs of the Unicode character database

 A command line tool to generate Unicode tables in Rust source code.
 .
 Tables can typically be generated in one of three formats: a sorted sequence of
 character ranges, a finite state transducer or a compressed trie. Full support
 for name canonicalization is also provided. This tool also supports serializing
 regular expressions as DFAs using the regex-automata crate.
 .
 This package contains the following binaries built from the Rust crate
 "ucd-generate":
  - ucd-generate

ucd-generate-dbgsym: debug symbols for ucd-generate