Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support protobuf packages #25

Merged
merged 3 commits into from
Feb 3, 2017
Merged

Support protobuf packages #25

merged 3 commits into from
Feb 3, 2017

Conversation

tafia
Copy link
Owner

@tafia tafia commented Feb 3, 2017

Support package

package foo.bar;
message m1 { }

Will result in module encapsulation for rust:

pub mod foo {
    pub mod bar {
        struct m1 { }
    }
}

@tafia tafia changed the title slightly refactor parser and add package Support protobuf packages Feb 3, 2017
@tafia tafia merged commit 577a8c7 into master Feb 3, 2017
@tafia tafia deleted the package branch February 3, 2017 09:42
@tafia tafia mentioned this pull request Feb 3, 2017
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant