# `non-empty-slice`
[![License][License Badge]][License]
[![Version][Version Badge]][Crate]
[![Downloads][Downloads Badge]][Crate]
[![Test][Test Badge]][Actions]
> *Non-empty slices.*
## Installation
### `cargo`
You can add `non-empty-slice` as a dependency with the following command:
```console
$ cargo add non-empty-slice
```
Or by directly specifying it in the configuration like so:
```toml
[dependencies]
non-empty-slice = "0.2.2"
```
Alternatively, you can add it directly from the source:
```toml
[dependencies.non-empty-slice]
git = "https://github.com/nekitdev/non-empty-slice.git"
```
## Documentation
You can find the documentation [here][Documentation].
## Support
If you need support with the library, you can send an [email][Email].
## Changelog
You can find the changelog [here][Changelog].
## Security Policy
You can find the Security Policy of `non-empty-slice` [here][Security].
## Contributing
If you are interested in contributing to `non-empty-slice`, make sure to take a look at the
[Contributing Guide][Contributing Guide], as well as the [Code of Conduct][Code of Conduct].
## License
`non-empty-slice` is licensed under the MIT License terms. See [License][License] for details.
[Email]: mailto:support@nekit.dev
[Discord]: https://nekit.dev/chat
[Actions]: https://github.com/nekitdev/non-empty-slice/actions
[Changelog]: https://github.com/nekitdev/non-empty-slice/blob/main/CHANGELOG.md
[Code of Conduct]: https://github.com/nekitdev/non-empty-slice/blob/main/CODE_OF_CONDUCT.md
[Contributing Guide]: https://github.com/nekitdev/non-empty-slice/blob/main/CONTRIBUTING.md
[Security]: https://github.com/nekitdev/non-empty-slice/blob/main/SECURITY.md
[License]: https://github.com/nekitdev/non-empty-slice/blob/main/LICENSE
[Crate]: https://crates.io/crates/non-empty-slice
[Documentation]: https://docs.rs/non-empty-slice
[License Badge]: https://img.shields.io/crates/l/non-empty-slice
[Version Badge]: https://img.shields.io/crates/v/non-empty-slice
[Downloads Badge]: https://img.shields.io/crates/dr/non-empty-slice
[Test Badge]: https://github.com/nekitdev/non-empty-slice/workflows/test/badge.svg