non-empty-str 0.11.3

Non-empty strings.
Documentation
# `non-empty-str`

[![License][License Badge]][License]
[![Version][Version Badge]][Crate]
[![Downloads][Downloads Badge]][Crate]
[![Documentation][Documentation Badge]][Documentation]
[![Test][Test Badge]][Actions]

> *Non-empty strings.*

## Installation

### `cargo`

You can add `non-empty-str` as a dependency with the following command:

```console
$ cargo add non-empty-str
```

Or by directly specifying it in the configuration like so:

```toml
[dependencies]
non-empty-str = "0.11.3"
```

Alternatively, you can add it directly from the source:

```toml
[dependencies.non-empty-str]
git = "https://github.com/nekitdev/non-empty-str.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-str` [here][Security].

## Contributing

If you are interested in contributing to `non-empty-str`, 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-str` 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-str/actions

[Changelog]: https://github.com/nekitdev/non-empty-str/blob/main/CHANGELOG.md
[Code of Conduct]: https://github.com/nekitdev/non-empty-str/blob/main/CODE_OF_CONDUCT.md
[Contributing Guide]: https://github.com/nekitdev/non-empty-str/blob/main/CONTRIBUTING.md
[Security]: https://github.com/nekitdev/non-empty-str/blob/main/SECURITY.md

[License]: https://github.com/nekitdev/non-empty-str/blob/main/LICENSE

[Crate]: https://crates.io/crates/non-empty-str
[Documentation]: https://docs.rs/non-empty-str

[License Badge]: https://img.shields.io/crates/l/non-empty-str
[Version Badge]: https://img.shields.io/crates/v/non-empty-str
[Downloads Badge]: https://img.shields.io/crates/dr/non-empty-str
[Documentation Badge]: https://img.shields.io/docsrs/non-empty-str
[Test Badge]: https://github.com/nekitdev/non-empty-str/workflows/test/badge.svg