Danilo Bargen
Danilo Bargen
The consensus of today's meeting was to spec a `linked_to` key as a schema extension. The key would also include optional semantics on what the relation means.
I'm a bit confused, you opened an issue on the repository that _contains_ the directory. On the website, it's linked here: https://spaceapi.io/write-software/ We could add a more prominent link on...
Would the suggested change in #26 work for you?
@jprochazk I hope I didn't miss it (I searched throug the issue tracker), but so far you only mentioned mutually exclusive options in a struct. However, is there built-in support...
Here's another case where I'd like to have struct-level custom rules: ```rust #[derive(Debug, Clone, Deserialize, garde::Validate)] pub struct Scanners { /// Map from a device identifier to a scanner configuration...