mirror of
https://github.com/boostorg/static_string.git
synced 2025-07-29 12:07:42 +02:00
Change README to static_string
This commit is contained in:
committed by
GitHub
parent
9730545e0f
commit
d34f039047
10
README.md
10
README.md
@ -2,19 +2,17 @@
|
||||
|
||||
Branch | Travis | Appveyor | Azure Pipelines | codecov.io | Docs | Matrix |
|
||||
:-------------: | ------ | -------- | --------------- | ---------- | ---- | ------ |
|
||||
[`master`](https://github.com/18/fixed_string/tree/master) | [](https://travis-ci.org/18/fixed_string) | [](https://ci.appveyor.com/project/1847325/fixed-string/branch/master) | [](https://dev.azure.com/vinniefalco/fixed-string/_build/latest?definitionId=6&branchName=master) | [](https://codecov.io/gh/18/fixed_string/branch/master) | [](https://18.github.io/doc/fixed_string) | [](http://www.boost.org/development/tests/master/developer/fixed_string.html)
|
||||
[`develop`](https://github.com/18/fixed_string/tree/develop) | [](https://travis-ci.org/18/fixed_string) | [](https://ci.appveyor.com/project/1847325/fixed-string/branch/develop) | [](https://dev.azure.com/vinniefalco/fixed-string/_build/latest?definitionId=6&branchName=master) | [](https://codecov.io/gh/18/fixed_string/branch/develop) | [](http://www.boost.org/doc/libs/develop/doc/html/fixed_string.html) | [](http://www.boost.org/development/tests/develop/developer/fixed_string.html)
|
||||
|
||||
## This is currently **NOT** an official Boost library.
|
||||
[`master`](https://github.com/18/static_string/tree/master) | [](https://travis-ci.org/18/static_string) | [](https://ci.appveyor.com/project/1847325/fixed-string/branch/master) | [](https://dev.azure.com/vinniefalco/fixed-string/_build/latest?definitionId=6&branchName=master) | [](https://codecov.io/gh/18/static_string/branch/master) | [](https://18.github.io/doc/static_string) | [](http://www.boost.org/development/tests/master/developer/static_string.html)
|
||||
[`develop`](https://github.com/18/static_string/tree/develop) | [](https://travis-ci.org/18/static_string) | [](https://ci.appveyor.com/project/1847325/fixed-string/branch/develop) | [](https://dev.azure.com/vinniefalco/fixed-string/_build/latest?definitionId=6&branchName=master) | [](https://codecov.io/gh/18/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`
|
||||
resembles that of `std::string`.
|
||||
|
||||
**[Documentation](https://18.github.io/doc/fixed_string/)**
|
||||
**[Documentation](https://18.github.io/doc/static_string/)**
|
||||
|
||||
## License
|
||||
|
||||
|
Reference in New Issue
Block a user