1 unstable release
Uses new Rust 2024
| 0.1.0 | Aug 30, 2025 |
|---|
#12 in #fixed-capacity
21 downloads per month
Used in 2 crates
435KB
7.5K
SLoC
Boost.StaticString
| Branch | Travis | Appveyor | Azure Pipelines | codecov.io | Docs | Matrix |
|---|---|---|---|---|---|---|
master |
||||||
develop |
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.
License
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)
Dependencies
~6.5MB
~102K SLoC