cidre 0.11.4

Apple frameworks bindings for rust
Documentation
mod action_constants;
pub use action_constants::Action;
pub use action_constants::action;

mod attribute_constants;
pub use attribute_constants::Attr;
pub use attribute_constants::MenuItemModifiers;
pub use attribute_constants::ParamAttr;
pub use attribute_constants::attr;
pub use attribute_constants::param_attr;

mod error;
pub use error::Error;
pub use error::err;

mod notification_constants;
pub use notification_constants::Notification;
pub use notification_constants::Priority;
pub use notification_constants::notification;

mod role_constants;
pub use role_constants::Role;
pub use role_constants::SubRole;
pub use role_constants::role;
pub use role_constants::sub_role;

mod ui_element;
pub use ui_element::Observer;
pub use ui_element::ObserverCb;
pub use ui_element::ObserverInfoCb;
pub use ui_element::TextMarker;
pub use ui_element::TextMarkerRange;
pub use ui_element::UiElement;
pub use ui_element::is_process_trusted;
pub use ui_element::is_process_trusted_with_opts;
pub use ui_element::is_process_trusted_with_prompt;
pub use ui_element::trusted_check_option_prompt;

mod value;
pub use value::Value;
pub use value::ValueType;