neis-client 1.2.0

나이스 교육정보 개방 포털 API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# neis-client

나이스 교육정보 개방 포털 에서 제공하는 API 를 위한 rust 라이브러리 입니다.

https://open.neis.go.kr/


```toml
[dependencies]
neis-client = "1.2"
```

## 타입만 사용

```toml
[dependencies]
neis-client = { version = "1.2", default-features = false }
```