fm_plugin 0.1.17

Build plug-ins for use with FileMaker Pro and FileMaker Server.
Documentation
//! Contains all the C ffi wrappers.

pub mod binary_data;
pub mod calc_engine;
pub mod client;
pub mod data;
pub mod datetime;
pub mod external;
pub mod fixed_point;
pub mod text;
pub mod text_style;
pub mod types;
pub use binary_data::*;
pub use calc_engine::*;
pub(crate) use client::*;
pub use data::*;
pub use datetime::*;
pub use external::*;
pub use fixed_point::*;
pub use text::*;
pub use text_style::*;
pub use types::*;