summaryrefslogtreecommitdiff
path: root/bindgen/rust/src/lib.rs
blob: f9e77b0681fc8197e74a4dd7947f8472e76ac191 (plain)
1
2
3
4
5
6
//! Celeritas bindings wrapper library

#![warn(missing_docs)]
#![cfg_attr(docsrs, feature(doc_cfg))]

pub use celeritas_sys as ffi;