code-lines 0.1.3

A library to fetch lines of code of different languages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Code lines
A library to get lines of code.

## Supported languages
- Rust
- Java

# TODO
- [x] Tests
- [x] Support for Java
- [x] Specific error
- [x] Remove unwraps
- [ ] Fetch code from the web
- [ ] Add more tests
- [ ] ...