abi_stable_shared 0.10.3

Implementation detail of abi_stable.
Documentation
[package]
name = "abi_stable_shared"
version = "0.10.3"
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
edition = "2018"
description = "Implementation detail of abi_stable."
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/abi_stable/"
keywords = ["ffi","data-structures"]
categories = []
repository = "https://github.com/rodrimati1992/abi_stable_crates/"
include = [
    "Cargo.toml", 
    "src/**/*.rs", 
    "APACHE_license", 
    "MIT_license"
]


[dependencies]

[dependencies.core_extensions]
default_features=false
features=["std", "self_ops", "slices", "type_level_bool"]
version= "1.4.2"