https://github.com/boostorg/lexical_cast
General literal text conversions, such as an int represented as a string, or vice versa
https://github.com/boostorg/lexical_cast
boost cast casting cpp lexical libraries
Last synced: 6 months ago
JSON representation
General literal text conversions, such as an int represented as a string, or vice versa
- Host: GitHub
- URL: https://github.com/boostorg/lexical_cast
- Owner: boostorg
- Created: 2014-06-08T20:26:18.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-15T16:57:49.000Z (7 months ago)
- Last Synced: 2025-04-02T08:09:53.992Z (6 months ago)
- Topics: boost, cast, casting, cpp, lexical, libraries
- Language: C++
- Homepage: https://boost.org/libs/lexical_cast
- Size: 1.01 MB
- Stars: 34
- Watchers: 5
- Forks: 58
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Boost.LexicalCast](https://boost.org/libs/lexical_cast)
Boost.LexicalCast is one of the [Boost C++ Libraries](https://github.com/boostorg). This library is meant for general literal text conversions, such as an int represented a string, or vice-versa.### Test results
@ | Build | Tests coverage | More info
----------------|-------------- | -------------- |-----------
Develop branch: | [](https://github.com/boostorg/lexical_cast/actions/workflows/ci.yml) [](https://ci.appveyor.com/project/apolukhin/lexical-cast/branch/develop) | [](https://coveralls.io/r/boostorg/lexical_cast?branch=develop) | [details...](https://www.boost.org/development/tests/develop/developer/lexical_cast.html)
Master branch: | [](https://github.com/boostorg/lexical_cast/actions/workflows/ci.yml) [](https://ci.appveyor.com/project/apolukhin/lexical-cast/branch/master) | [](https://coveralls.io/r/boostorg/lexical_cast?branch=master) | [details...](https://www.boost.org/development/tests/master/developer/lexical_cast.html)[Latest developer documentation](https://www.boost.org/doc/libs/develop/doc/html/boost_lexical_cast.html)
### License
Distributed under the [Boost Software License, Version 1.0](https://boost.org/LICENSE_1_0.txt).