[][src]Crate interledger

Interledger.rs

A library bundle for the Rust implementation of the Interledger Protocol stack.

Modules

api

HTTP API for interacting with the Interledger.rs components.

btp

Bilateral Transport Protocol (BTP) client and server

ccp

Connector-to-Connector Protocol (CCP) routing manager

http

ILP-Over-HTTP client and server

ildcp

Interledger Dynamic Configuration Protocol (ILDCP)

packet

Implementation of the core Interledger v4 packet format.

router

Router that determines the outgoing Account for a request based on the routing table

service

The core abstractions used by Interledger.rs: IncomingService and OutgoingService

service_util

Miscellaneous services

settlement

Implementation of the Settlement Engine API (on the connector/node side)

spsp

Simple Payment Setup Protocol (SPSP) sender and query responder

store_redis

Store implementation backed by Redis

stream

STREAM Protocol sender and receiver