Files
static_string/README.md
2020-02-10 16:37:12 -05:00

22 lines
2.7 KiB
Markdown

# Boost.StaticString
Branch | Travis | Appveyor | Azure Pipelines | codecov.io | Docs | Matrix |
:-------------: | ------ | -------- | --------------- | ---------- | ---- | ------ |
[`master`](https://github.com/sdkrystian/static_string/tree/master) | [![Build Status](https://travis-ci.org/sdkrystian/static_string.svg?branch=master)](https://travis-ci.org/sdkrystian/static_string) | [![Build status](https://ci.appveyor.com/api/projects/status/64es4wg4w7mc5wn2/branch/master?svg=true)](https://ci.appveyor.com/project/sdkrystian/static-string/branch/master) | [![Build Status](https://dev.azure.com/krystiands/static_string/_apis/build/status/sdkrystian.static_string?branchName=master)](https://dev.azure.com/krystiands/static_string/_build/latest?definitionId=1&branchName=master) | [![codecov](https://codecov.io/gh/sdkrystian/static_string/branch/master/graph/badge.svg)](https://codecov.io/gh/sdkrystian/static_string/branch/master) | [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://sdkrystian.github.io/doc/static_string) | [![Matrix](https://img.shields.io/badge/matrix-master-brightgreen.svg)](http://www.boost.org/development/tests/master/developer/static_string.html)
[`develop`](https://github.com/sdkrystian/static_string/tree/develop) | [![Build Status](https://travis-ci.org/sdkrystian/static_string.svg?branch=develop)](https://travis-ci.org/sdkrystian/static_string) | [![Build status](https://ci.appveyor.com/api/projects/status/64es4wg4w7mc5wn2/branch/develop?svg=true)](https://ci.appveyor.com/project/sdkrystian/static-string/branch/develop) | [![Build Status](https://dev.azure.com/krystiands/static_string/_apis/build/status/sdkrystian.static_string?branchName=develop)](https://dev.azure.com/krystiands/static_string/_build/latest?definitionId=1&branchName=develop) | [![codecov](https://codecov.io/gh/sdkrystian/static_string/branch/develop/graph/badge.svg)](https://codecov.io/gh/sdkrystian/static_string/branch/develop) | [![Documentation](https://img.shields.io/badge/docs-develop-brightgreen.svg)](http://www.boost.org/doc/libs/develop/doc/html/static_string.html) | [![Matrix](https://img.shields.io/badge/matrix-develop-brightgreen.svg)](http://www.boost.org/development/tests/develop/developer/static_string.html)
## Introduction
This library provides a dynamically resizable string of characters with
compile-time fixed capacity and contiguous embedded storage in which the
characters are placed within the string object itself. Its API closely
resembles that of `std::string`.
**[Documentation](https://sdkrystian.github.io/doc/static_string/)**
## License
Distributed under the Boost Software License, Version 1.0.
(See accompanying file [LICENSE_1_0.txt](LICENSE_1_0.txt) or copy at
https://www.boost.org/LICENSE_1_0.txt)