is_chinese 1.0.3

detect whether a string is all Chinese
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# is_chinese

detect whether a string is all Chinese

## example

```rust
use is_chinese;
assert!(is_chinese::is_chinese("中国"));
assert!(!is_chinese::is_chinese("ss"));
```

## license

MIT