biscuit-rust
biscuit-rust copied to clipboard
Implement query_exactly_one
Implement query exactly one to make it easier to work with single-fact queries. Added relevant doctest and unittests. This should close #187 As a side note, a lot of errors in Token::Error don't expose the underlying error (e.g. RunLimit) in their error message. Is this intentional?
LGTM.
tbf the whole Token::Error hierarchy would need a refresh
The capi build failure is being worked on, I think