based

Opinionated utility library
git clone git://git.dimitrijedobrota.com/based.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING

commit e23e7e98862df4b47ff361e3151c685104e45ca1
parent ef3f2834e6555b3b4dd23a38cba3bf3151d24862
author Dimitrije Dobrota < mail@dimitrijedobrota.com >
date Sat, 3 May 2025 11:36:10 +0200

Version 0.1.1

Diffstat:
M README.md | ++++
M vcpkg.json | + -

2 files changed, 5 insertions(+), 1 deletions(-)


diff --git a/ README.md b/ README.md

@@ -32,6 +32,10 @@ See the [`BUILDING`](BUILDING.md) document.


## Version History

* 0.1.1
* Enforce return type on all procedure
* Lots of utility classes
* More consistent naming
* 0.1
* Good collection of concepts
* Algorithms that leverage compile-time safety

diff --git a/ vcpkg.json b/ vcpkg.json

@@ -1,6 +1,6 @@

{
"name": "based",
"version-semver": "0.1.0",
"version-semver": "0.1.1",
"dependencies": [
],
"default-features": [],