blob: 9682777fe6b467860968af13ca080892ef7e8839 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# notion
[](https://github.com/jakeswenson/notion/actions/workflows/build.yml)
[](https://crates.io/crates/notion)
Notion API client library for rust.
This project is under active development and this README will be updated as this library gets closer to a reliable state.
However, if you're really eager see the example todo cli application provided in [examples/todo](examples/todo).
## Building
```bash
cargo build
```
|