https://github.com/shadowjonathan/istruct
A standard API to work with infrastructure
https://github.com/shadowjonathan/istruct
Last synced: 4 months ago
JSON representation
A standard API to work with infrastructure
- Host: GitHub
- URL: https://github.com/shadowjonathan/istruct
- Owner: ShadowJonathan
- Created: 2022-01-28T14:44:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T16:51:57.000Z (about 4 years ago)
- Last Synced: 2025-02-14T01:18:37.356Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `IStruct`
> Derivative of "infrastructure", only when stylized as `IStruct`, it conforms to a Java interface naming scheme; An interface to "Structure"
An architecture design aiming to provide a coherent set of APIs and definitions for Compute infrastructure,
so that different "components" can work together with common definitions.
*Note: This library is a WIP, design documents and such as scattered about at the moment.*
## Repo layout
- The core API definitions, structures, and enums, are laid out under `common`
- "In-tree" components are under `components`
- The only available component at the moment is a Libvirt one.