ndd 0.2.4

Non De-Duplicated cell. For statics guaranteed not to share memory with any other static/const.
Documentation
# Contributing

## Version validation: GitHub Actions

GitHub repository [peter-lyons-kehl/ndd/](https://github.com/peter-lyons-kehl/ndd/) validates the
crate's version with a [GitHub action](.github/workflows/main.yml). See [README.md](README.md) about
acceptable `stable` and `nightly` versions.

## Version validation: Local GIT pre-commit hook

Set a local GIT pre-commit hook:
```bash
cd .git/hooks
ln -s ../../pre-commit
```

## GIT branches

`nightly` functionality is on [`nightly`
branch](https://github.com/peter-lyons-kehl/ndd/tree/nightly).

## File formatting

- Use `cargo fmt` for Rust source.
- Leave one empty line at the end of Rust, Markdown and any other source files.