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

Add a binary parser example in README page #1497

Merged
merged 2 commits into from
Mar 14, 2022
Merged

Conversation

erihsu
Copy link
Contributor

@erihsu erihsu commented Feb 5, 2022

Hi, Geal
I have released a new binary database parser(GDSII) based on nom on crates.io. GDSII is an industrial binary format that is widely adopted in layout tool(semi-manual or full automatic). The code is in gds-io repo

The gds-io crate support parse/save gds2 file and is already tested pass by self loopback

I have written several parsers based on nom but it's my first time want to share it because it's my first binary file parser.

@erihsu erihsu mentioned this pull request Feb 18, 2022
59 tasks
@Geal Geal merged commit 5074124 into rust-bakery:main Mar 14, 2022
@Geal
Copy link
Collaborator

Geal commented Mar 14, 2022

this is really cool, thanks!

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.

None yet

2 participants