ownership-derive

Crates.ioownership-derive
lib.rsownership-derive
version0.2.0
created_at2025-08-26 16:18:43.41027+00
updated_at2025-08-26 16:18:43.41027+00
descriptionDerive macros for obtaining ownership.
homepage
repositoryhttps://github.com/nekitdev/ownership
max_upload_size
id1811388
size34,231
Nikita Tikhonov (nekitdev)

documentation

https://docs.rs/ownership-derive

README

ownership

License Version Downloads Documentation Test

Obtaining ownership.

Installation

cargo

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"

Documentation

You can find the documentation here.

Support

If you need support with the library, you can send an email.

Changelog

You can find the changelog here.

Security Policy

You can find the Security Policy of ownership here.

Contributing

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.

License

ownership is licensed under the MIT License terms. See License for details.

Commit count: 13

cargo fmt