v0.1.0-pre.012

This commit is contained in:
2026-07-24 15:59:00 +02:00
parent 60660ca555
commit e753a80c3a
179 changed files with 5653 additions and 10813 deletions

View File

@@ -1,12 +1,9 @@
// file: kb-lib/src/decoder/anchor.rs
// version: 2
// version: 3
//! `anchor` decoder family.
mod core;
/// Pending `anchor` decoder migration boundaries.
pub(crate) const DC_ANCHOR_MIGRATION_BOUNDARIES: &[(&str, &str)] = &[(
self::core::DC_ANCHOR_CORE_LEGACY_CRATE,
self::core::DC_ANCHOR_CORE_MIGRATION_STATUS,
)];
/// Reserved `kb_decoder_anchor` decoder.
pub use self::core::DcAnchorDecoder;