-
-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Description
Hello! I found your project whilst trying to find a library crate to use in my own project to parse blockchain related data.
Unfortunately, as the project is currently structured, it's only a binary crate, which means you cannot import and use its parser components.
It would be much more useful if the parser portion was exposed as a library crate and the CLI part simply leveraged it so that others can use it too.