3 releases (breaking)

Uses new Rust 2024

new 0.4.0 Feb 7, 2026
0.2.0 Jan 19, 2026
0.1.1 Jan 14, 2026

#1 in #transaction-execution


Used in rustkernels

Apache-2.0

490KB
11K SLoC

RustKernel Payment Processing

GPU-accelerated payment processing kernels.

Kernels

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

rustkernel-payments

Crates.io Documentation License

GPU-accelerated payment processing kernels.

Kernels (2)

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

Features

  • Real-time payment processing and validation
  • Payment flow network construction
  • Flow metrics and analytics
  • Transaction routing optimization

Installation

Add to your Cargo.toml:

[dependencies]
rustkernel-payments = "0.1.0"

Usage

use rustkernel_payments::prelude::*;

// Process payments
let processor = PaymentProcessing::new();
let result = processor.execute(&payment);

License

Apache-2.0

Dependencies

~20–36MB
~415K SLoC