31 releases (13 breaking)

new 0.14.0 Jan 13, 2026
0.13.0 Dec 23, 2025
0.10.1 Oct 8, 2025
0.6.0 Jul 30, 2025
0.1.3 May 13, 2024

#123 in Simulation

Download history 2166/week @ 2025-09-26 2351/week @ 2025-10-03 1693/week @ 2025-10-10 3309/week @ 2025-10-17 2681/week @ 2025-10-24 2419/week @ 2025-10-31 1771/week @ 2025-11-07 1835/week @ 2025-11-14 4348/week @ 2025-11-21 4514/week @ 2025-11-28 8781/week @ 2025-12-05 13618/week @ 2025-12-12 7239/week @ 2025-12-19 1324/week @ 2025-12-26 13390/week @ 2026-01-02 9238/week @ 2026-01-09

33,379 downloads per month
Used in 2 crates

BSD-3-Clause

21KB
225 lines

maliput-sdk

github crates.io docs.rs build status

Brings maliput binaries to Rust land.

Note: What is maliput? Refer to https://maliput.readthedocs.org.

Prerequisites

  • OS: Ubuntu 20.04
  • Bazel 6.4.0

Description

maliput-sdk package relies on maliput releases on the BCR.

BCR Module Current version
maliput 1.10.0
maliput_malidrive 0.16.0

Usage

This package brings maliput-ecosystem and provides the path to where the installation is located.

  • For accessing it via build.rs file, some env var are provided:
    • MALIPUT_SDK_BIN_PATH: Path to maliput-sdk's bazel binaries.
    • MALIPUT_SDK_MALIPUT_BIN_PATH: Path to maliput binaries.
    • MALIPUT_SDK_MALIPUT_MALIDRIVE_BIN_PATH: Path to maliput_malidrive binaries.
    • MALIPUT_SDK_MALIPUT_MALIDRIVE_PLUGIN_PATH: Path to maliput_malidrive road network plugin.
  • For accessing it via a library:
    • maliput-sdk::sdk_libraries
    • maliput-sdk::get_maliput_malidrive_plugin_path

Executables

  • Print libraries being vendored
    cargo run --bin maliput-sdk
    

License

Licensed under BSD 3-Clause.

Dependencies