-
Compile issue in ```capture``` example on Raspberry Pi 4. Please fix it for simple start
```
error[E0432]: unresolved import `nokhwa::CallbackCamera`
--> src/main.rs:96:13
|
96 | Buffer,…
-
As a result of adjusting the design to account for any nom parser that ingests either &[u8] or &str, the Error type parameter is now broken in the sense of being unspecifiable (you cannot write Error …
-
From rust-bakery/nom#1586 and fixed in rust-bakery/nom#1587
> ## Prerequisites
>
> Here are a few things you should provide to help me understand the issue:
>
> * Rust version : `rustc 1.67…
epage updated
11 months ago
-
Code
```
fn check_file(path: &str) {
let content = match fs::read(&path) {
Ok(content) => content,
Err(e) => {
println!("{e}");
return;
}
…
-
Hi, I'm looking for a little lib to parse uri for my local tool program. Hyper is too large for me, and this looks great because query is HashMap already.
I'm wondering is that possible to add rela…
-
It would be great if a Hocon node could also yield its current path in the document.
It should merely be a additional field in the Hocon-enum, though I could be missing some complexity since I curr…
-
pyo3 is a direct dependency and can be upgraded to 0.20.0 painlessly.
nom is 3 major versions behind and comes via ansi-parser 0.8.0. I'll reach out to that project and ask for an upgrade =]
res…
-
I've been experiencing stack overflow in runtime, I didn't immediately notice this problem as I hadn't run tests for a long time during local development.
After hours of comparing changes, I found…
-
I am trying to parse a not-so-structured document, and this would be a nice feature to have, so that I don't have to directly rely on `regex` package (and for better code readability).
If you are i…
-
[This](https://github.com/uiri/SEGIMAP/blob/970f3fa212bdfc8727242208c72d4e06ccafb497/src/user/session.rs#L347) line will contain our last regex usage once #24 lands. We should compare the performance …