synek317
synek317
> Wouldn't it be possible to do something like this: It would be definitely useful, as far as I know, there is no concise way to use Display and FromStr...
> Can you elaborate please? Well, there's not much to elaborate on. I only meant that we currently need a lot of code to de/serialize using FromStr and Display. IMHO...
Hello, @mcorbin are you sure this is the case? I think that Meuse already has the required access in its crate storage - the file stored there is just a...
Do you think it could be a nice issue for a new contributor, like me for example?
I think that serializing maps may be required in order to work with #[serde(flatten)] attribute.
Unfortunately, it is currently not possible: ``` if let Some(Stmt::Expr(Expr::Lit(ExprLit { lit: Lit::Str(ref program), .. }))) = input.block.stmts.iter().next() ``` `include_str!` is a very good extension.
Wonderful idea! I'm already experimenting with this. I'm going to start with bash, python and perl. What other langauges could be easily checked?
Where have you found this?
Thanks for mentioning `[NonTestAssemblyAttribute]`. It might sound surprising to you, but I haven't known it and my experience was closer to what #827 describes. Tbh, I was pretty sure that...
@ndeloof My use case is test development for CLI application that downloads files from various online services (webservices, ftps etc.). I have a docker-compose.yml with multiple services. One of them...