#extractor #provider #call #parameters #extracting #documentation

extractors

A simple, lightweight library for extracting function call parameters from a provider

2 unstable releases

0.2.0 Apr 5, 2023
0.1.0 Apr 4, 2023

#35 in #extracting

25 downloads per month

MIT license

8KB
102 lines

extractors

Extractors is a simple, lightweight library for extracting function call parameters from a provider.

Getting Started

To get started check out the docs on docs.rs!


lib.rs:

extractors

A library for using a provider to extract values as arguments to a function. This is useful for calling a function with only a provider and enabling it to take a variety of arguments extracted from the provider, such as a database connection or a web request.

No runtime deps