| Crates.io | boost_static_string |
| lib.rs | boost_static_string |
| version | 0.1.0 |
| created_at | 2025-08-30 02:10:22.089401+00 |
| updated_at | 2025-08-30 02:10:22.089401+00 |
| description | Boost C++ library boost_static_string packaged using Zanbil |
| homepage | |
| repository | https://github.com/zanbilify/boost_static_string |
| max_upload_size | |
| id | 1817180 |
| size | 713,796 |
| Branch | Travis | Appveyor | Azure Pipelines | codecov.io | Docs | Matrix |
|---|---|---|---|---|---|---|
master |
||||||
develop |
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.
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)