c2r-helpers 0.1.1

Helpers for C2R project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# C2R-helpers

### Adding to a project

```toml
# Cargo.toml
[dependencies]
c2r-helpers = { git = "ssh://git@github.com/purs3lab/C2RDataset.git", subdir = "c2r-helpers" }
```

### List of helpers

- `fgetc`
- `feof`