zlayer-spec 0.11.10

ZLayer deployment specification parsing and validation
Documentation
1
2
3
4
5
6
7
8
//! `ZLayer` V1 Service Specification (shim).
//!
//! This crate is a thin re-export of [`zlayer_types::spec`]. It exists for
//! backward compatibility with the 14+ consumers that import from
//! `zlayer-spec` directly. New code should import from `zlayer_types::spec`
//! instead.

pub use zlayer_types::spec::*;