Added license, and CI workflow for Gitea and GitHub Actions.
All checks were successful
CI / test (push) Successful in 16s
All checks were successful
CI / test (push) Successful in 16s
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
Copyright (c) 2026 Micha Hoiting
|
||||
|
||||
# triplex
|
||||
|
||||
[](https://git.hoiting.org/micha/triplex/actions)
|
||||
[](https://github.com/micha/triplex/actions/workflows/ci.yml)
|
||||
|
||||
`triplex` is a deterministic, reversible serial number engine for
|
||||
high-integrity identifiers. It maps a compact 32-bit integer space to a
|
||||
human-readable serial format:
|
||||
@@ -119,3 +124,7 @@ Run all tests:
|
||||
```bash
|
||||
go test ./...
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License. See [LICENSE](LICENSE).
|
||||
|
||||
Reference in New Issue
Block a user