Explore >> Select a destination


You are here

developerlife.com
| | theincredibleholk.org
11.0 parsecs away

Travel
| | As 2022 draws to a close, I want to take a moment to look at where we are with supporting async functions in dyn traits (AFIDT) and suggest some ideas for how t
| | mbuffett.com
12.6 parsecs away

Travel
| | Recently I've been working on a project to surface census data via a GraphQL API, mostly as a way to learn GraphQL. I did end up learning GraphQL, but I also ended up learning a lot about proc macros. I was using Juniper, which creates a GraphQL schema using structs like this: #[derive(GraphQLObject, Copy, Clone, Debug)] struct Demographics { female: Option, male: Option, } The problem, is that the census data I was looking to surface had way too many variables, I would have had to write out 207 structs, with a total of 352 fields. Here's a nice tree-view of the census data, courtesy of the frangipanni tool. Obviously, I didn't want to write out all these structs and fields by hand, even with some fancy vim macros that would have been too much tedious work for a side project that's supposed to be fun.
| | articles.bchlr.de
8.4 parsecs away

Travel
| |
| | www.calltutors.com
85.9 parsecs away

Travel
| Do you want to know, "R Vs Python" comparisons? If yes, I will guide you in this blog a detailed guide and comparisons of both languages.