Lechințan Tudor
Lechințan Tudor
Implements the functionality described here #11
Having `map` methods for reference types which can only work with sub-borrows of the original object is a bit too restrictive in my opinion, and it doesn't allow certain patterns...
Write a short mdbook to serve as an introduction to Sparsey.
Add more integration tests and unit tests.
Improve the crate documentation by adding `# Safety` and `# Panics` sections to all applicable items including private ones.
Running `cargo clippy -- -W clippy::pedantic` should produce no warnings.
I use a fish function that runs whenever the current working directory changes to update the name of the active pane: ```fish if set -q ZELLIJ function zellij_update_name --on-variable PWD...