fynd-rpc 0.36.0

HTTP RPC server for Fynd DEX router
docs.rs failed to build fynd-rpc-0.36.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: fynd-rpc-0.0.1

Fynd RPC - HTTP server for DEX routing

This crate provides an HTTP RPC server that exposes Fynd's solving capabilities via REST API endpoints. It builds on fynd-core and adds HTTP infrastructure, worker pool management, and customizable middleware support.

Use Cases

  • Turnkey HTTP server: Use FyndRPCBuilder to quickly deploy a routing service
  • Custom middleware: Add authentication, rate limiting, or custom logic to the HTTP layer
  • Microservices: Integrate Fynd as an HTTP microservice in your infrastructure

Main Components

  • builder: FyndRPCBuilder for assembling and configuring the HTTP server
  • api: HTTP endpoint handlers (/v1/quote, /v1/health) and OpenAPI documentation
  • config: Configuration types for pools, algorithms, and blacklists