Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyf0/libregexp-sys
Bindings for the libregexp of QuickJS
https://github.com/hyf0/libregexp-sys
Last synced: 23 days ago
JSON representation
Bindings for the libregexp of QuickJS
- Host: GitHub
- URL: https://github.com/hyf0/libregexp-sys
- Owner: hyf0
- License: mit
- Created: 2023-02-03T01:35:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T16:39:01.000Z (over 1 year ago)
- Last Synced: 2024-03-15T02:51:50.772Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libregexp-sys
Bindings for the [libregexp](https://github.com/bellard/quickjs/blob/master/libregexp.c) of [QuickJS](https://bellard.org/quickjs/).
# Changelog
After releasing 1.0.0, the version number will follow semver.
Any following changes will be considered breaking changes and a major version bump will be required.
- Update QuickJS
- Update rust-bindgen