structural 0.3.0-alpha

Abstractions over fields.
Documentation
[badges.travis-ci]
repository = "rodrimati1992/structural_crates/"
[build-dependencies.rustc_version]
version = "0.2"
[dependencies.core_extensions]
default_features = false
features = ["colltraits"]
version = "0.1.15"

[dependencies.structural_derive]
version = "0.3.0-alpha"

[features]
all = ["std", "hide_reexports", "nightly_specialization", "nightly_use_const_str", "nightly_impl_fields"]
alloc = ["core_extensions/alloc"]
default = ["std"]
disable_const_str = ["structural_derive/disable_const_str"]
hide_reexports = []
impl_fields = ["structural_derive/impl_fields"]
nightly_impl_fields = ["impl_fields"]
nightly_specialization = ["specialization"]
nightly_use_const_str = ["use_const_str"]
specialization = []
std = ["alloc"]
test_all = ["all", "testing"]
testing = ["structural_derive/test_asserts"]
use_const_str = ["structural_derive/use_const_str"]

[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["data-structures", "rust-patterns"]
description = "Abstractions over fields."
documentation = "https://docs.rs/structural/"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "../readme.md", "../APACHE_license", "../MIT_license"]
keywords = ["data-structures"]
license = "MIT/Apache-2.0"
name = "structural"
readme = "../readme.md"
repository = "https://github.com/rodrimati1992/structural_crates/"
version = "0.3.0-alpha"