Library Header Files of Rabit ==== * This folder contains all the header needed to use rabit libary * To use it, add include to the search path of the compiler * User only need to know [rabit.h](rabit.h) and [rabit_serializable.h](rabit_serializable.h) to use the library * Folder [rabit](rabit) contains headers for internal engine and implementation of template * Not all .h files in the projects are contained in include, .h files that are internally used by library remains at [src](../src)