mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-27 17:12:20 +01:00
22 lines
2.7 KiB
Markdown
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) | [](https://travis-ci.org/sdkrystian/static_string) | [](https://ci.appveyor.com/project/sdkrystian/static-string/branch/master) | [](https://dev.azure.com/krystiands/static_string/_build/latest?definitionId=1&branchName=master) | [](https://codecov.io/gh/sdkrystian/static_string/branch/master) | [](https://sdkrystian.github.io/doc/static_string) | [](http://www.boost.org/development/tests/master/developer/static_string.html)
|
|
[`develop`](https://github.com/sdkrystian/static_string/tree/develop) | [](https://travis-ci.org/sdkrystian/static_string) | [](https://ci.appveyor.com/project/sdkrystian/static-string/branch/develop) | [](https://dev.azure.com/krystiands/static_string/_build/latest?definitionId=1&branchName=develop) | [](https://codecov.io/gh/sdkrystian/static_string/branch/develop) | [](http://www.boost.org/doc/libs/develop/doc/html/static_string.html) | [](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)
|