gsm-core 0.4.29

Core types and platform abstractions for the Greentic messaging runtime.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "adaptive-cards")]
pub mod builder;
pub mod oauth_client;

#[cfg(feature = "adaptive-cards")]
pub use builder::make_start_request;
pub use oauth_client::{
    OauthClient, OauthRelayContext, OauthStartRequest, ReqwestTransport, StartLink, StartTransport,
};