rust-ucd-generate 0.2.3-1 source package in Ubuntu

Changelog

rust-ucd-generate (0.2.3-1) unstable; urgency=medium

  * Package ucd-generate 0.2.3 from crates.io using debcargo 2.4.0

 -- Sylvestre Ledru <email address hidden>  Sat, 02 Nov 2019 09:56:35 +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

Downloads

File Size SHA-256 Checksum
rust-ucd-generate_0.2.3-1.dsc 2.4 KiB 6f4e0adc7f1ec4840a333582e268cfd9bccb2a9e0e6df47c093cdc49ae1966f1
rust-ucd-generate_0.2.3.orig.tar.gz 483.3 KiB 423c17b88f5c67bbcc4dea17c43b24ce0ee71c2ed328faca70b6df9e6bbf6f76
rust-ucd-generate_0.2.3-1.debian.tar.xz 2.7 KiB 89b6b4a4c8a9f88258b2364cc88f13e50d1467b1b56fe999cffc701353631dcf

Available diffs

No changes file available.

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