Rudo
Rudo
I'm trying to deserialize some dictionary defitnitions and came across this one which contains mixed multiple tags with normal string (html text formatting). ```xml 1 〔学業・技術などの能力判定〕 an examination; a test;...
I'm trying to deserialize some dictionary defitnitions and came across this one which contains mixed multiple tags with normal string (html text formatting). ```xml 1 〔学業・技術などの能力判定〕 an examination; a test;...
First of all, thanks for the all the hard work. This is an awesome crate. I tried to run it on my microcontroller (EK-TM4C123GXL) and it works perfectly out of...
Hey, first I just want to thanks you for the very detailed README writeup. It was a great read! Since it seems like you are rewriting/polishing some parts of the...
## Description I encountered an error connecting to my postgres database using connection string that uses raw ipv6 as hostname. ## Steps to Reproduce Using provided docker image, and run...
### What happened? `opentelemetry-appender-tracing` (with `experimental_use_tracing_span_context` enabled https://github.com/open-telemetry/opentelemetry-rust/pull/2438) failed to export `trace_id` when ingerating with with [`axum-tracing-opentelemetry`](https://crates.io/crates/axum-tracing-opentelemetry)'s middlewares. Context: I wanted to integrate my [`loco-rs`](https://github.com/loco-rs/loco) app with `axum-tracing-opentelemetry` to get...