#static-string #boost #fixed-capacity #build #zanbil

sys boost_static_string

Boost C++ library boost_static_string packaged using Zanbil

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

BSL-1.0 license

435KB
7.5K SLoC

C++ 7K SLoC // 0.0% comments Shell 187 SLoC // 0.2% comments Batch 16 SLoC // 0.2% comments XSL 9 SLoC Rust 4 SLoC

Boost.StaticString

Branch Travis Appveyor Azure Pipelines codecov.io Docs Matrix
master Build Status Build status Build Status codecov Documentation Matrix
develop Build Status Build status Build Status codecov Documentation Matrix

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

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