Victor LEFEBVRE

Results 141 comments of Victor LEFEBVRE

display name != username 🤦, crap, I feel stupid now x) thank you that was it

Will bump here by saying that 1.0.6 is still the latest version available on dnf and 1.0.6-1 is the latest one on apt

I think its good lib.rs ```rs use nutype::nutype; #[nutype(validate(finite))] struct A(f32); ``` Cargo.toml ```toml [dependencies] nutype = { path = "../nutype/nutype" } ``` ---- # Outputs of `cargo expand` ##...

No problem take your time 👍 Thanks for telling me

Added the `cargo expand` on nightly just to be sure I didn't ruin everything.

Hi @greyblake may I ask for an update ?

Hi @greyblake may I ask for an update ?

@greyblake, just pushed a dryer version, what do you think ? I thought of doing ```rs let error = cfg_if! { if #[cfg(ERROR_IN_CORE)] { quote! { ::core::error::Error } } else...

No problem, it helped me get a dryer version out, win-win 👍. How about releasing 0.5.1 @greyblake ? Since 0.5.0 we got a few fixes and QOL improvements 🙃

Understandable 👌 Would you be open to proposals, I'd like to give it a try to see what it would require ? 🙂 (I have no clue if it's even...