Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions crates/stackable-versioned/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
//! This crate enables versioning of structs and enums through procedural macros.
//!
//! It is part of the project DeLorean and converts between different CRD versions by using 1.21 GW
//! of power, 142km/h and time travel.
//!
//! Currently supported versioning schemes:
//!
//! - Kubernetes API versions (eg: `v1alpha1`, `v1beta1`, `v1`, `v2`), with optional support for
Expand Down
Loading