paft-core
Core infrastructure utilities for the paft ecosystem.
- Workspace-wide error type (
PaftError) - Enum macros for canonical string codes (
string_enum_*,impl_display_via_code) - Reusable serde helpers for timestamp encodings
- Optional re-exports for lightweight DataFrame traits
Install
Prefer the facade crate for most applications:
[]
= "0.3.1"
Advanced (direct dependency, minimal):
[]
= { = "0.3.1", = false }
With DataFrame helpers:
[]
= { = "0.3.1", = false, = ["dataframe"] }
Features
dataframe: Re-exportsToDataFrame/ToDataFrameVectraits frompaft-utils.
Quickstart
use ;
string_enum_closed_with_code!;
impl_display_via_code!;
assert_eq!;
assert_eq!;
assert!;
Links
- API docs: https://docs.rs/paft-core
- Workspace overview: https://github.com/paft-rs/paft/blob/main/README.md
- License: https://github.com/paft-rs/paft/blob/main/LICENSE