ownable-core 1.0.0

Traits for structs/enums with Cow, which can convert Type<'a> to Type<'static> and more
Documentation
[![crates.io](https://img.shields.io/crates/v/ownable-core.svg)](https://crates.io/crates/ownable-core)
[![License](https://img.shields.io/crates/l/ownable-core.svg)](#license)

# Core traits and types for the ownable crate

Please see the [ownable](https://docs.rs/ownable) crate for a more comprehensive overview.

This crate contains the core types and traits used by `ownable` available without all of the
macro related dependencies that get used for the derive macros. If you don't rely on the derive
macros then you may benefit from pulling in fewer dependencies by relying directly on
`ownable-core`.

## License

This project is licensed under either of

- [MIT license]https://opensource.org/licenses/MIT ([`LICENSE-MIT`]https://github.com/alexkazik/ownable/blob/main/LICENSE-MIT)
- [Apache License, Version 2.0]https://www.apache.org/licenses/LICENSE-2.0 ([`LICENSE-APACHE`]https://github.com/alexkazik/ownable/blob/main/LICENSE-APACHE)

at your option.

## Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.