delta-incubator / delta-sharing-rs

A Minimalistic Rust Implementation of Delta Sharing Server.
MIT License
77 stars 8 forks source link

feat: first pass discovery handler 2/n #43

Closed roeap closed 1 month ago

roeap commented 2 months ago

based on #42

This PR add a DiscoveryHandler trait for handling requests against the discovery endpoints as well as an in-memory implementation.

related: #30