RapidPencil
Results
2
issues of
RapidPencil
Say you have a serde tagged enum by `#[confik(forward_serde(tag = "type"))]` in the configuration: ```rust use confik::Configuration; #[derive(Debug, Clone, Configuration)] #[confik(forward_serde(tag = "type", rename_all = "snake_case"))] enum Config { Foo(Foo),...
bug-upstream
Hi. Do you have any plans for when the next release will happen? Current `master` [bumps the dependency](https://github.com/seanmonstar/warp/commit/31945f053624c23f1a788e693eaede507fd582a7) on `tokio-rustls`. We are interested in using this work for some specific...
feature