moveit 0.5.1

A library for safe, in-place construction of Rust (and C++!) objects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.cxx]
optional = true
version = "1.0"

[features]
alloc = []
default = ["alloc"]

[package]
authors = ["Miguel Young de la Sota <mcyoung@google.com>"]
description = "A library for safe, in-place construction of Rust (and C++!) objects."
edition = "2018"
keywords = ["ffi", "no_std", "macros", "lifetime", "ownership"]
license = "Apache-2.0 OR MIT"
name = "moveit"
readme = "README.crates-io.md"
repository = "https://github.com/google/moveit"
version = "0.5.1"