-
## Prerequisites
- Rust version : rustc 1.65.0 (897e37553 2022-11-02)
- nom version : 7.1.1
- nom compilation features used: default
## Issue
Apologies if this is answered somewhere, but I …
-
Hello,
While using nom I encountered an issue with this impl of Offset for [u8]
https://github.com/rust-bakery/nom/blob/8c68e22d9f2d0aadaa1770d980d59ea562dfb6a7/src/traits.rs#L599-L606
The retu…
mxyns updated
6 months ago
-
When trying to run `grav1synth remove --output nograin.mkv lightgrain.mkv` (v0.1.0-beta.5), grav1synth immediately dies with the error:
```thread 'main' panicked at 'called `Result::unwrap()` on an `…
-
```
// NOTE:: Redpanda sends us values that are 2* the correct value... so make sure to
// divide your values by 2 when you go to use them
pub fn take_varint(i: NomBytes) -> nom::IResult
where
``…
-
# Parsing Text with Nom
Blogging, generally about Rust
[https://blog.adamchalmers.com/nom-chars/](https://blog.adamchalmers.com/nom-chars/)
-
Not really a issue, but really appreciate your work. I am being curious, why makes you build a new parser combinator instead of using some existing solution like `nom`?
-
*(I'm new to nom, new to Rust, and new to parsing itself, so apologies if this is a basic question.)*
I'd like to parse some structure out of a (basically) text file, which contains sections that e…
-
[`Rust`](https://www.rust-lang.org) is quite a new language... but, it is an awesome language.
Particularly, it features `affine types`, `algebraic data types`, and is in addition a `systems programm…
-
This is the tracking issue for ideas discussed with @g2p in #35: can the parser expose the raw bytes for all components?
Maybe a possibility is to use something like [nom-locate](https://github.com…
-
The project I'm attempting to use Creusot for uses [nom](https://crates.io/crates/nom) for parsing. The crate has many functions which have the return type `impl FnMut(I) -> IResult`. An example of th…
jhaye updated
2 years ago