Docs.rs
veripb-parser-0.1.0
veripb-parser 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
aoertel
Dependencies
ahash ^0.8.11
normal
logos ^0.15.0
normal
malachite-bigint ^0.5.0
normal
num-traits ^0.2.19
normal
thiserror ^2.0.12
normal
veripb-formula ^0.1.0
normal
clap ^4.5.32
dev
Versions
24.64%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module parser
veripb_
parser
0.1.0
Module parser
Module Items
Functions
In crate veripb_
parser
veripb_parser
Module
parser
Copy item path
Source
Expand description
Helper functions for parser that can be reused for new parsers.
Functions
ยง
get_
lines
Get the content of a file as a buffered iterator over its lines.
get_
reader