Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 9ba5e50

Browse files
committed
fix readme
Signed-off-by: 梦境迷离 <dreamylost@outlook.com>
1 parent cd20f9e commit 9ba5e50

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,23 @@
2525
2626
## cache
2727

28-
- 一个统一的缓存适配器。
29-
- 零依赖,类型安全。
28+
- 统一缓存API,缓存适配器(零依赖,类型安全。)。
3029
```scala
31-
"org.bitlap" %% "smt-cache" % "<VERSION>" // 从0.6.0开始
30+
"org.bitlap" %% "smt-cache" % "<VERSION>"
3231
```
3332

3433
## common
3534

36-
- 存放一些很通用的工具类。
37-
- 对象转换器`transform`
38-
- 零依赖,类型安全。
39-
- `Transformer` 将样例类`From`的对象转变为样例类`To`的对象。
40-
- `Transformable` 使用宏派生任意类型的`Transformer`实例。
35+
- 通用的宏操作API的封装。
36+
- 对象转换器(零依赖,类型安全)。
37+
4138
```scala
42-
"org.bitlap" %% "smt-common" % "<VERSION>" // 从0.6.0开始
39+
"org.bitlap" %% "smt-common" % "<VERSION>"
4340
```
4441

4542
## csv
4643

47-
- `Converter` 基础的CSV转换器。
48-
- `CsvableBuilder` 支持以自定义的方式将Scala`case class`转化为一行CSV字符串。
49-
- `ScalableBuilder` 支持以自定义的方式将一行CSV字符串转化为Scala`case class`
50-
- `CsvFormat` 支持自定义格式和TSV文件。
51-
- 零依赖,类型安全。
44+
- CSV/TSV文件解析器(零依赖,类型安全。)。
5245

5346
```scala
5447
"org.bitlap" %% "smt-csv" % "<VERSION>"

0 commit comments

Comments
 (0)