mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-28 23:09:31 -04:00
Move json_api to new veilid-remote-api crate
This commit is contained in:
parent
8c817655e8
commit
ad91e93638
19 changed files with 170 additions and 118 deletions
10
veilid-remote-api/README.md
Normal file
10
veilid-remote-api/README.md
Normal 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 -->
|
Loading…
Add table
Add a link
Reference in a new issue