barq is structured into different crates, each serving specific purposes, which allows for future feature expansions.
One proposed feature is enabling users to create custom routing strategies in their preferred programming languages.
This should be straightforward, as the routing algorithm only needs to accept RouteInput and return the route hops wrapped in RouteOutput to barq-plugin to process the payment.
barqis structured into different crates, each serving specific purposes, which allows for future feature expansions.One proposed feature is enabling users to create custom routing strategies in their preferred programming languages.
This should be straightforward, as the routing algorithm only needs to accept
RouteInputand return the route hops wrapped inRouteOutputtobarq-pluginto process the payment.