protobuf-parser 0.1.3

A nom-based parser for .proto files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
> Legend:
  - feat: A new feature
  - fix: A bug fix
  - docs: Documentation only changes
  - style: White-space, formatting, missing semi-colons, etc
  - refactor: A code change that neither fixes a bug nor adds a feature
  - perf: A code change that improves performance
  - test: Adding missing tests
  - chore: Changes to the build process or auxiliary tools/libraries/documentation

## 0.1.3
- feat: add extension parsing

## 0.1.2
- fix: return an error if file ends with an invalid entry

## 0.1.1
- feat: support group parsing