This repository contains Rust libraries that are shared across Amphitheatre components and libraries. They are considered internal to Amphitheatre, without any stability guarantees for external usage.
- config: Common configuration structures.
- devcontainer: DevContainers related definitions and helpers
- docker: Docker container & Registry wrappers.
- filesystem: File system related structures and helpers.
- http: Represents the HTTP client for the API.
- schema: The core schema includes manifest, playbook, and workspace.
- scm: Provides a unified interface to multiple source code management systems.
- sync: File synchronization structures and helpers.
- utils: A variety of miscellaneous tools or functions.
Copyright (c) The Amphitheatre Authors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.