1# ![Boost.Utility](doc/logo.png)
2
3Boost.Utility, part of collection of the [Boost C++ Libraries](https://github.com/boostorg), provides a number of smaller components, too small to be called libraries in their own right. See the documentation for the list of components.
4
5### Directories
6
7* **doc** - Documentation sources
8* **include** - Interface headers of Boost.Utility
9* **test** - Boost.Utility unit tests
10
11### More information
12
13* [Documentation](https://boost.org/libs/utility)
14* [Report bugs](https://github.com/boostorg/utility/issues/new). Be sure to mention Boost version, Boost.Utility component, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
15* Submit your patches as pull requests against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).
16
17### Build status
18
19Master: [![Travis CI](https://travis-ci.org/boostorg/utility.svg?branch=master)](https://travis-ci.org/boostorg/utility)
20Develop: [![Travis CI](https://travis-ci.org/boostorg/utility.svg?branch=develop)](https://travis-ci.org/boostorg/utility)
21
22### License
23
24Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).
25