refactor(build): add static_library

This commit is contained in:
2025-09-12 01:43:26 +02:00
parent 25e259ae07
commit 56fa31d087
13 changed files with 349 additions and 152 deletions

View File

@@ -13,6 +13,16 @@ All the features listed are Thread-safe.
- Vectors
- Stack
## Installation
Clone the repo, and then using `meson` install it:
```
$ meson setup build
$ cd build
$ meson install
```
## Usage
See the `test/` folder for examples.