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

Changelog

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

  * Team upload.
  * Package ucd-generate 0.2.1 from crates.io using debcargo 2.4.0

  [ Sylvestre Ledru ]
  * Package ucd-generate 0.2.1 from crates.io using debcargo 2.2.10

 -- Ximin Luo <email address hidden>  Sat, 20 Jul 2019 15:55:17 -0700

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.1-1.dsc 1.8 KiB e7593687725d849b4a61b72c25ccfbda1b5bcb5e4d3b88d1c18487dbc02de889
rust-ucd-generate_0.2.1.orig.tar.gz 471.6 KiB 272b138e5e53a9ff787c8f53ea5b552247cc9386b5269d0e49b005c7e1417f88
rust-ucd-generate_0.2.1-1.debian.tar.xz 2.7 KiB 9ce7a97b6cf8ba7530f82dacb9ea79c58445e96f2b01f920d427498855b80a5c

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