cranelift-bforest 0.105.4

A forest of B+-trees
Documentation
[dependencies.cranelift-entity]
version = "0.105.4"
[lints.clippy]
all = "allow"

[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[package]
authors = ["The Cranelift Project Developers"]
categories = ["no-std"]
description = "A forest of B+-trees"
documentation = "https://docs.rs/cranelift-bforest"
edition = "2021"
keywords = ["btree", "forest", "set", "map"]
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-bforest"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "0.105.4"