into-static 0.2.0

Upgrading to static lifetimes.
Documentation
# `into-static`

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

> *Upgrading to static lifetimes.*

## Installation

### `cargo`

You can add `into-static` as a dependency with the following command:

```console
$ cargo add into-static
```

Or by directly specifying it in the configuration like so:

```toml
[dependencies]
into-static = "0.2.0"
```

Alternatively, you can add it directly from the source:

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

## Contributing

If you are interested in contributing to `into-static`, make sure to take a look at the
[Contributing Guide][Contributing Guide], as well as the [Code of Conduct][Code of Conduct].

## License

`into-static` 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/into-static/actions

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

[License]: https://github.com/nekitdev/into-static/blob/main/LICENSE

[Crate]: https://crates.io/crates/into-static
[Documentation]: https://docs.rs/into-static

[License Badge]: https://img.shields.io/crates/l/into-static
[Version Badge]: https://img.shields.io/crates/v/into-static
[Downloads Badge]: https://img.shields.io/crates/dr/into-static
[Test Badge]: https://github.com/nekitdev/into-static/workflows/test/badge.svg