blob: 512d3189c327da5a1ed3b76b799dec551aaea4ef (
plain) (
blame)
1
2
3
4
5
6
|
//! Legacy structural data module.
//!
//! Functions have been moved to:
//! - `derive::structural_data` — `derive_structural_data`
//! - `func::pack_structural` — `pack_structural`
//! - `func::group_structural` — `group_structural`
|