chitralverma opened a new pull request, #7878: URL: https://github.com/apache/opendal/pull/7878
# Which issue does this PR close? No tracking issue. Pre-work for adding more layers. # Rationale for this change All layers live in a single `src/layers.rs`, which grows unwieldy as layers are added. This splits it into a package so each layer is self-contained. # What changes are included in this PR? - Split `src/layers.rs` into a `src/layers/` package: `mod.rs` (the `PythonLayer` trait, base `Layer`, re-exports) plus one module per layer. - The Python surface stays flat on `opendal.layers`, so imports and the generated `layers.pyi` are unchanged. No stub-postprocessing or `lib.rs` changes. # Are there any user-facing changes? No. Internal source reorganization; the Python API is unchanged. # AI Usage Statement Implemented with an AI coding agent (opencode, Claude Opus). Validated with `cargo clippy`/`fmt`, `ruff`, `ty`, `pytest`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
