1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// Copyright (c) 2026, Salesforce, Inc.,
// All rights reserved.
// For full license text, see the LICENSE.txt file
//! PDK Core
//!
//! This crate contains functionality that is specific for Flex Gateway.
//! It does not apply for all proxy_wasm hosts.
pub use classy;
pub use DefaultHost as Host;
pub use Host as HostTrait;
pub use entrypoint;
pub use cratelog as logger;