Replies: 1 comment
-
Converted to a issue in #610. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use Facet with my
fuk
tool that reads configuration out of TOML file and then fetches the SSH keys using that as an input. The thing there is that sometimes I want to decode data from a string or an object, depending what is an input. In this project I am supporting Tangled to be defined as:Or
Serde supports that with some footwork. However I haven't found how to implement similar thing with Facet.
I am trying to find a way to port this small tool (500 LoC), but so far I couldn't find how to make Facet happy.
Beta Was this translation helpful? Give feedback.
All reactions