Skip to content

fix(wangapayfast-rs): enforce clean feature-gated compilation matrix #31

Description

@mitch1009

Summary

Ensure every feature combination compiles cleanly and optional dependencies are only used behind matching feature gates.

Scope

  • Audit #[cfg(feature = ...)] boundaries in wangapayfast-rs
  • Remove unconditional references to optional deps
  • Add CI matrix for: default, http, api, onsite, rest-api, graphql-api, full

Acceptance Criteria

  • All feature sets pass cargo check
  • No unresolved optional-dependency errors
  • CI reports green for each feature combo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions