https://github.com/rustyyato/pui
https://github.com/rustyyato/pui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustyyato/pui
- Owner: RustyYato
- License: mit
- Created: 2021-01-03T03:34:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T16:17:28.000Z (over 5 years ago)
- Last Synced: 2024-12-01T02:27:08.488Z (over 1 year ago)
- Language: Rust
- Size: 327 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# pui
This repository contains **p**rocess **u**nique **i**dentifiers (PUIs) and abstractions built atop them.
* `pui` - is a facade crate that just re-exports the other crates for ease of use
* `pui-core` - contains the core primitives requried to support PUIs and a few implementations of PUIs
* `pui-cell` - builds atop `pui-core` to provide thread-safe shared mutable cells that don't require guards
* `pui-vec` - provides an append only vector that can elide bounds checks
* `pui-arena` - builds on `pui-vec` to provide generalized arenas