did you know?
`#[serde(default = "some_func")` is a remnant of some old Rust limitations.
Now we can do:
`#[facet(default = some_func())]` (or just have any expression in there!)
did you know?
`#[serde(default = "some_func")` is a remnant of some old Rust limitations.
Now we can do:
`#[facet(default = some_func())]` (or just have any expression in there!)
If you have a fediverse account, you can quote this note from your own instance. Search https://hachyderm.io/users/fasterthanlime/statuses/114421312555778756 on your instance and quote it. (Note that quoting is not supported in Mastodon.)