ogcapi-processes 0.3.0

Processor trait and implementations
Documentation
1
2
3
4
5
6
7
8
9
10
# Processes

The `ogcapi-processes` crate contains the [`Processor`](./src/processor.rs) trait and implementations. Have a look at the [`Greeter`](./src/greeter.rs) for starters.

## Examples

| Process | Feature  | Description |
| ------- | -------- | ----------- |
| Greeter | -        | The *"Hello, World!"* process. Expects a `name` as input and returns `Hello, {name}!` |
| Loader  | `loader` | Load vector data to PostgreSQL. |