r3blrsutils
This library provides utility functions:
- Functions to unwrap deeply nested objects Inspired by by Kotlin scope functions.
- Non binary tree data structure inspired by memory arenas, that is threadsafe and supports
parallel tree walking.
- Capabilities to make it easier to build TUIs (Text User Interface apps) in Rust.
The equivalent of this library is available for TypeScript and is called
r3bl-ts-utils.
Usage
Please add the following to your Cargo.toml
:
toml
[dependencies]
r3bl_rs_utils = "0.1.0"
Stability
🧑🔬 This library is in early development.
- There are extensive integration tests for code that is production ready.
- Everything else is marked experimental in the source.
Please report any issues to the issue tracker.
And if you have any feature requests, feel free to add them there too 👍.