You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the functions module is only available within the crate. I think it would be useful to make those public so that people can opt into/out of specific functions in this crate when initializing their Context (for example if I only want contains, has, and exists in my context).
I'm happy to PR this.
The text was updated successfully, but these errors were encountered:
At the moment, the
functions
module is only available within the crate. I think it would be useful to make those public so that people can opt into/out of specific functions in this crate when initializing theirContext
(for example if I only wantcontains
,has
, andexists
in my context).I'm happy to PR this.
The text was updated successfully, but these errors were encountered: