pdk_core/host/
mod.rs

1// Copyright (c) 2025, Salesforce, Inc.,
2// All rights reserved.
3// For full license text, see the LICENSE.txt file
4
5//! Tools to enrich the context with Flex specific metadata.
6
7pub mod context;
8pub mod property;
9
10pub use anyhow::Result;