Obtaining ownership.
You can add ownership
as a dependency with the following command:
$ cargo add ownership
Or by directly specifying it in the configuration like so:
[dependencies]
ownership = "0.2.0"
Alternatively, you can add it directly from the source:
[dependencies.ownership]
git = "https://github.com/nekitdev/ownership.git"
You can find the documentation here.
If you need support with the library, you can send an email.
You can find the changelog here.
You can find the Security Policy of ownership
here.
If you are interested in contributing to ownership
, make sure to take a look at the
Contributing Guide, as well as the Code of Conduct.
ownership
is licensed under the MIT License terms. See License for details.