Skip to main content

zlayer_spec/
lib.rs

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