o3 0.5.0

shared-nothing primitives
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.95"
name = "o3"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "shared-nothing primitives"
documentation = "https://docs.rs/o3"
readme = "README.md"
keywords = [
    "bytes",
    "buffer",
    "single-threaded",
    "no-share",
    "zero-copy",
]
categories = [
    "data-structures",
    "memory-management",
]
license = "MIT"
repository = "https://github.com/dope-rs/o3"

[lib]
name = "o3"
path = "src/lib.rs"

[[example]]
name = "primitives"
path = "examples/primitives.rs"

[[test]]
name = "buffer"
path = "tests/buffer_integration.rs"

[[test]]
name = "collections"
path = "tests/collections_integration.rs"

[[test]]
name = "primitives"
path = "tests/primitives_integration.rs"

[[test]]
name = "compile_fail"
path = "tests/compile_fail.rs"

[[test]]
name = "bytes"
path = "tests/bytes.rs"

[[test]]
name = "bitmap"
path = "tests/bitmap.rs"

[[test]]
name = "batch_set"
path = "tests/batch_set.rs"

[[test]]
name = "fixed_heap"
path = "tests/fixed_heap.rs"

[[test]]
name = "intrusive_avl"
path = "tests/intrusive_avl.rs"

[dev-dependencies.trybuild]
version = "1"