File: README.md

package info (click to toggle)
rust-ucd-util 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 248 kB
  • sloc: makefile: 4
file content (27 lines) | stat: -rw-r--r-- 978 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ucd-util
========
A library for small auxiliary Unicode functions. This includes things like
symbol or character name canonicalization, ideograph name generation and helper
functions for searching property name and value tables.

[![Build status](https://github.com/BurntSushi/ucd-generate/workflows/ci/badge.svg)](https://github.com/BurntSushi/ucd-generate/actions)
[![crates.io](https://img.shields.io/crates/v/ucd-util.svg)](https://crates.io/crates/ucd-util)


### Documentation

https://docs.rs/ucd-util


### License

This project is licensed under either of
 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
   https://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
   https://opensource.org/licenses/MIT)
at your option.

The data in [`src/unicode_tables/`](src/unicode_tables) is licensed inder the Unicode License 
Agreement ([LICENSE-UNICODE](LICENSE-UNICODE) or
https://www.unicode.org/copyright.html#License).