structx icon indicating copy to clipboard operation
structx copied to clipboard

Anonymous struct and named arguments in Rust.

Results 2 structx issues
Sort by recently updated
recently updated
newest added

First of all, thank you for this library! The lack of this feature in rust prevents some useful applications of type computation. Unfortunately, the following code, which uses `structx!` inside...

I can see a great use case of this library being for API Types in a more rapid & c-like/go-like style, though the only real barrier being the lack of...