use-ach
Conservative ACH and NACHA-oriented primitives for RustUse finance crates.
use-ach provides small enums, identifiers, and lightweight entry metadata for local ACH vocabulary. It intentionally avoids full NACHA file parsing or payment-network workflow rules.
Example
use ;
let entry = new;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this crate for ACH/NACHA vocabulary, identifiers, and entry metadata. It does not parse or generate full NACHA files, process payments, model returns or reversals, choose settlement windows, enforce same-day ACH operational rules, or implement ODFI/RDFI workflows.
License
Licensed under either MIT or Apache-2.0.