File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed
Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 1- # cpp-strings
1+ # Library cpp-strings [ ![ license] ( http://img.shields.io/github/license/schmouk/cpp-strings.svg?style=plastic&labelColor=blueviolet&color=lightblue )] ( https://github.com/schmouk/cpprandlib/license ) [ ![ Latest release] ( http://img.shields.io/github/release/schmouk/cpp-strings.svg?style=plastic&labelColor=blueviolet&color=success )] ( https://github.com/schmouk/cpprandlib/releases ) [ ![ code_coverage] ( https://img.shields.io/badge/code_coverage-100%25-success?style=plastic&labelColor=blueviolet )] ( ) [ ![ tests] ( https://img.shields.io/badge/tests-passing-success?style=plastic&labelColor=blueviolet )]
2+
23What if c++ strings where as easy to use as Python strings?
4+
5+ Copyright © ; 2023-2025 Philippe Schmouker
6+ contact - ph (dot) schmouker (at) gmail (dot) com
7+
8+
9+ ---
10+ ## License
11+
12+ Library cpp-strings
13+ "What if c++ strings where as easy to use as Python strings?"
14+
15+ Copyright (C) 2023-2025 Philippe Schmouker
16+ contact - ph (dot) schmouker (at) gmail (dot) com
17+
18+ This program is free software: you can redistribute it and/or modify
19+ it under the terms of the GNU General Public License as published by
20+ the Free Software Foundation, either version 3 of the License, or
21+ (at your option) any later version.
22+
23+ This program is distributed in the hope that it will be useful,
24+ but WITHOUT ANY WARRANTY; without even the implied warranty of
25+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26+ GNU General Public License for more details.
27+
28+ You should have received a copy of the GNU General Public License
29+ along with this program. If not, see <https://www.gnu.org/licenses/>.
30+
31+
32+ ---
33+ ## Intro
You can’t perform that action at this time.
0 commit comments