File: lib.rs

package info (click to toggle)
rust-encoding-index-korean 1.20141219.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 484 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// This is a part of rust-encoding.
//
// Any copyright is dedicated to the Public Domain.
// https://creativecommons.org/publicdomain/zero/1.0/

//! Korean index tables for [rust-encoding](https://github.com/lifthrasiir/rust-encoding).

#![cfg_attr(test, feature(test))]

#[cfg(test)]
#[macro_use]
extern crate encoding_index_tests;

/// KS X 1001 plus Unified Hangul Code.
///
/// From the Encoding Standard:
///
/// > This matches the KS X 1001 standard and the Unified Hangul Code,
/// > more commonly known together as Windows Codepage 949.
pub mod euc_kr;