// package together all of the following and re-export
// in a partially flattened structure :
// : core component traits
// : cone traits and standard cone implementations
// : kkt solver engines
// : user settings
// : main solver implementation
// : ffi interfaces for C bindings etc
//partially flatten top level pieces
pub use *;
pub use *;