Crate chinese_format

source ·
Expand description

This crate focuses on converting data types to Chinese, which can be achieved by implementing the ChineseFormat trait.

As a consequence, the library provides:

§Features

The crate supports the following optional features:

  • digit-sequence:

  • currency: enables the whole currency module for monetary conversions.

  • gregorian: enables the gregorian module for date/time conversions.

    Also enables: digit-sequence.

Modules§

Macros§

Structs§

Enums§

  • The two major Chinese variants.

Traits§

Type Aliases§