orx-concurrent-vec 4.1.0

A thread-safe, efficient and lock-free vector allowing concurrent grow, read and update operations.
Documentation
1
2
3
4
5
6
[workspace]
git_tag_name = "v{{ version }}"
git_release_name = "v{{ version }}"
publish_all_features = true
release_always = false
release_commits = "^(feat|fix)(\\([^)]*\\))?!?:"