ownership 0.3.0

Obtaining ownership.
Documentation
# `ownership`

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

> *Obtaining ownership.*

## Installation

### `cargo`

You can add `ownership` as a dependency with the following command:

```console
$ cargo add ownership
```

Or by directly specifying it in the configuration like so:

```toml
[dependencies]
ownership = "0.3.0"
```

Alternatively, you can add it directly from the source:

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

## Contributing

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

## License

`ownership` 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/ownership/actions

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

[License]: https://github.com/nekitdev/ownership/blob/main/LICENSE

[Crate]: https://crates.io/crates/ownership
[Documentation]: https://docs.rs/ownership

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