Move json_api to new veilid-remote-api crate

This commit is contained in:
Brandon Vandegrift 2025-05-30 11:32:02 -04:00
parent 8c817655e8
commit ad91e93638
19 changed files with 170 additions and 118 deletions

View file

@ -0,0 +1,10 @@
<!-- DO NOT EDIT BELOW - content within cargo-sync-readme blocks is generated -->
<!-- cargo-sync-readme start -->
# veilid-remote-api
This crate provides the ability to control a Veilid node remotely.
The [JsonRequestProcessor] is a wrapper around the [VeilidAPI] and provides a way to process requests and send responses.
<!-- cargo-sync-readme end -->