3636#[ macro_use]
3737extern crate lazy_static;
3838
39- #[ cfg( feature = "core" ) ]
4039pub use crate :: array:: * ;
41- #[ cfg( feature = "core" ) ]
4240mod array;
4341
4442#[ cfg( feature = "algorithm" ) ]
@@ -51,9 +49,7 @@ pub use crate::arith::*;
5149#[ cfg( feature = "arithmetic" ) ]
5250mod arith;
5351
54- #[ cfg( feature = "core" ) ]
5552pub use crate :: backend:: * ;
56- #[ cfg( feature = "core" ) ]
5753mod backend;
5854
5955#[ cfg( feature = "blas" ) ]
@@ -66,24 +62,16 @@ pub use crate::data::*;
6662#[ cfg( feature = "data" ) ]
6763mod data;
6864
69- #[ cfg( feature = "core" ) ]
7065pub use crate :: device:: * ;
71- #[ cfg( feature = "core" ) ]
7266mod device;
7367
74- #[ cfg( feature = "core" ) ]
7568pub use crate :: defines:: * ;
76- #[ cfg( feature = "core" ) ]
7769mod defines;
7870
79- #[ cfg( feature = "core" ) ]
8071pub use crate :: dim4:: Dim4 ;
81- #[ cfg( feature = "core" ) ]
8272mod dim4;
8373
84- #[ cfg( feature = "core" ) ]
8574pub use crate :: error:: { handle_error_general, register_error_handler, Callback , ErrorCallback } ;
86- #[ cfg( feature = "core" ) ]
8775mod error;
8876
8977#[ cfg( feature = "indexing" ) ]
@@ -135,12 +123,10 @@ pub use crate::statistics::*;
135123#[ cfg( feature = "statistics" ) ]
136124mod statistics;
137125
138- #[ cfg( feature = "core" ) ]
139- pub use crate :: util:: { FloatingPoint , ComplexFloating , RealFloating , RealNumber } ;
140126pub use crate :: util:: { get_size, HasAfEnum , ImplicitPromote } ;
141- pub use crate :: util:: { GrayRGBConvertible , ImageFilterType , ImageNativeType , Scanable } ;
127+ pub use crate :: util:: { ComplexFloating , FloatingPoint , RealFloating , RealNumber } ;
142128pub use crate :: util:: { CovarianceComputable , EdgeComputable , MedianComputable , MomentsComputable } ;
143- # [ cfg ( feature = "core" ) ]
129+ pub use crate :: util :: { GrayRGBConvertible , ImageFilterType , ImageNativeType , Scanable } ;
144130mod util;
145131
146132#[ cfg( feature = "vision" ) ]
0 commit comments