osom_lib_strings 0.1.34

ABI-stable string types and helpers for osom_lib.
Documentation
[package]

name = "osom_lib_strings"

version = "0.1.34"

edition.workspace = true

authors.workspace = true

rust-version.workspace = true

license-file.workspace = true

homepage.workspace = true

repository.workspace = true

readme.workspace = true

description = "ABI-stable string types and helpers for osom_lib."

documentation = "https://docs.rs/osom_lib_strings"



[dependencies]

serde = { workspace = true, optional = true }



osom_lib_arc = { path = "../osom_lib_arc", version = "0.1" }

osom_lib_macros = { path = "../osom_lib_macros", version = "0.1" }

osom_lib_reprc = { path = "../osom_lib_reprc", version = "0.1" }

osom_lib_primitives = { path = "../osom_lib_primitives", version = "0.1" }

osom_lib_alloc = { path = "../osom_lib_alloc", version = "0.1" }

osom_lib_try_clone = { path = "../osom_lib_try_clone", version = "0.1" }



[dev-dependencies]

rstest = { workspace = true }

osom_lib_test_helpers = { path = "../osom_lib_test_helpers", version = "0.1" }



[features]

default = []

serde = ["dep:serde"]

std = [

    "osom_lib_alloc/std",

    "serde/std"

]