We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For now, the prop_signature function and the PropValue struct hard-code how the generated signatures/values will be generated.
prop_signature
PropValue
It would be nice to have a configuration so that the generated values could have some properties. For example:
string-ascii
-utf8
some
none
optional
ok
err
response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For now, the
prop_signature
function and thePropValue
struct hard-code how the generated signatures/values will be generated.It would be nice to have a configuration so that the generated values could have some properties.
For example:
string-ascii
/-utf8
some
/none
foroptional
sok
/err
forresponse
sThe text was updated successfully, but these errors were encountered: