Crate rustkernel_payments

Crate rustkernel_payments 

Source
Expand description

§RustKernel Payment Processing

GPU-accelerated payment processing kernels.

§Kernels

  • PaymentProcessing - Real-time transaction execution
  • FlowAnalysis - Payment flow network analysis and metrics

Re-exports§

pub use flow::AccountFlowAnalysis;
pub use flow::FlowAnalysis;
pub use flow::FlowAnalysisConfig;
pub use processing::PaymentProcessing;
pub use processing::PaymentRouting;
pub use processing::ProcessingConfig;
pub use types::*;

Modules§

flow
Payment flow analysis kernel.
processing
Payment processing kernel.
types
Payment processing types.

Functions§

register_all
Register all payment kernels.