cidre 0.11.4

Apple frameworks bindings for rust
Documentation
mod advertise_descriptor;
pub use advertise_descriptor::AdvertiseDesc;

mod object;
pub use object::Obj;

mod browse_descriptor;
pub use browse_descriptor::BrowseDesc;

mod browse_result;
pub use browse_result::BrowseResult;
pub use browse_result::Change as BrowseResultChange;
pub use browse_result::EnumerateIface as BrowserResultEnumerateIface;

mod browser;
pub use browser::BrowseResultsChandedHandler as BrowserBrowseResultsChandedHandler;
pub use browser::Browser;
pub use browser::State as BrowserState;
pub use browser::StateChangedHandler as BrowserChangedHandler;

pub mod connection;
pub use connection::Connection;
pub use connection::State as ConnectionState;

pub mod connection_group;
pub use connection_group::ConnectionGroup;

pub mod content_context;
pub use content_context::ContentCtx;

mod txt_record;
pub use txt_record::TxtRecord;

mod endpoint;
pub use endpoint::Endpoint;
pub use endpoint::EndpointType;

mod error;
pub use error::Error;
pub use error::ErrorDomain;

mod interface;
pub use interface::Iface;
pub use interface::IfaceRadioType;
pub use interface::IfaceType;

mod listener;
pub use listener::AdvertisedEndpointChangedHandler as ListenerAdvertisedEndpointChangedHandler;
pub use listener::Listener;
pub use listener::NewConnectionGroupHandler as ListenerNewConnectionGroupHandler;
pub use listener::NewConnectionHandler as ListenerNewConnectionHandler;
pub use listener::State as ListenerState;
pub use listener::StateChangedHandler as ListenerStateChangedHandler;

mod parameters;
pub use parameters::Params;
pub use parameters::ParamsCfgProtocolBlock;
pub use parameters::ProtocolStack;

mod path;
pub use path::EnumerateIfaces as PathEnumerateIfaces;
pub use path::Path;
pub use path::Status as PathStatus;
pub use path::UnsatisfiedReason as PathUnsatisfiedReason;

pub mod path_monitor;
pub use path_monitor::PathMonitor;

mod protocol_options;
pub use protocol_options::ProtocolDefinition;
pub use protocol_options::ProtocolMetadata;
pub use protocol_options::ProtocolOpts;

mod privacy_context;
pub use privacy_context::PrivacyContext;

mod resolver_config;
pub use resolver_config::ResolverCfg;

mod proxy_config;
pub use proxy_config::ProxyCfg;
pub use proxy_config::RelayHop;