Skip to content

Commit da5f953

Browse files
Update index.md
1 parent 5ba9726 commit da5f953

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

docs/lab/smt/index.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,31 @@ nav:
3131
3232
## cache
3333

34-
- 一个统一的缓存适配器。
35-
- 零依赖,类型安全。
34+
- 统一缓存API,缓存适配器(零依赖,类型安全)。
3635
```scala
37-
"org.bitlap" %% "smt-cache" % "<VERSION>" // 从0.6.0开始
36+
"org.bitlap" %% "smt-cache" % "<VERSION>"
3837
```
3938

4039
## common
4140

42-
- 存放一些很通用的工具类。
43-
- 对象转换器`transform`
44-
- 零依赖,类型安全。
45-
- `Transformer` 将样例类`From`的对象转变为样例类`To`的对象。
46-
- `Transformable` 使用宏派生任意类型的`Transformer`实例。
41+
- 通用的宏操作API的封装。
42+
- 对象转换器(零依赖,类型安全)。
43+
4744
```scala
48-
"org.bitlap" %% "smt-common" % "<VERSION>" // 从0.6.0开始
45+
"org.bitlap" %% "smt-common" % "<VERSION>"
4946
```
5047

5148
## csv
5249

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

5952
```scala
6053
"org.bitlap" %% "smt-csv" % "<VERSION>"
6154
```
6255

6356
## csv-derive
6457

65-
- `DeriveCsvConverter` 为Scala`case class`自动派生`Converter`实例。
58+
- 为Scala`case class`自动派生`Converter`实例。
6659

6760
```scala
6861
"org.bitlap" %% "smt-csv-derive" % "<VERSION>"

0 commit comments

Comments
 (0)