https://github.com/questdb/questdb-confstr-rs
A parser for a configuration string format handling service names and parameters
https://github.com/questdb/questdb-confstr-rs
Last synced: 5 months ago
JSON representation
A parser for a configuration string format handling service names and parameters
- Host: GitHub
- URL: https://github.com/questdb/questdb-confstr-rs
- Owner: questdb
- License: apache-2.0
- Created: 2024-01-29T09:14:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T09:52:06.000Z (about 1 year ago)
- Last Synced: 2025-12-21T02:48:18.249Z (6 months ago)
- Language: C++
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuestDB configuration string parser
Consists of:
* The [questdb-confstr](./questdb-confstr) crate (documents grammar)
* and its bindings for C [questdb-confstr-ffi](./questdb-confstr-ffi)
See the [developer notes](./DEV_NOTES.md) for more details on building, testing and cutting a release.