Update the documentation for the merger, and also for various changes in Cranelift. Remove some old obsolete documentation, and convert the remaining Sphinx files to Markdown. Some of the remaining content is still out of date, but this is a step forward.
20 lines
617 B
TOML
20 lines
617 B
TOML
[package]
|
|
authors = ["The Cranelift Project Developers"]
|
|
name = "cranelift-bforest"
|
|
version = "0.59.0"
|
|
description = "A forest of B+-trees"
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
documentation = "https://docs.rs/cranelift-bforest"
|
|
repository = "https://github.com/bytecodealliance/cranelift"
|
|
categories = ["no-std"]
|
|
readme = "README.md"
|
|
keywords = ["btree", "forest", "set", "map"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
cranelift-entity = { path = "../entity", version = "0.59.0", default-features = false }
|
|
|
|
[badges]
|
|
maintenance = { status = "experimental" }
|
|
travis-ci = { repository = "bytecodealliance/cranelift" }
|