Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruimaciel/mropes
M's ropes library: a rope data structure library implemented in C
https://github.com/ruimaciel/mropes
c c90 data-structures rope rope-string string
Last synced: about 2 months ago
JSON representation
M's ropes library: a rope data structure library implemented in C
- Host: GitHub
- URL: https://github.com/ruimaciel/mropes
- Owner: ruimaciel
- License: mit
- Created: 2019-01-06T21:48:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T09:53:13.000Z (about 1 year ago)
- Last Synced: 2023-11-13T19:27:29.595Z (about 1 year ago)
- Topics: c, c90, data-structures, rope, rope-string, string
- Language: C
- Size: 60.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# M's ropes library
![GitHub actions: master branch](https://github.com/ruimaciel/mropes/actions/workflows/ccpp.yml/badge.svg?branch=master)
![License](https://img.shields.io/github/license/ruimaciel/mropes.svg)
![Language](https://img.shields.io/github/languages/top/ruimaciel/mropes.svg)
![Code size](https://img.shields.io/github/languages/code-size/ruimaciel/mropes.svg)
![Downloads](https://img.shields.io/github/downloads/ruimaciel/mropes/total.svg)M's ropes library: a rope data structure library implemented in C.