Crates.io | mapping-suites |
lib.rs | mapping-suites |
version | 0.0.1 |
source | src |
created_at | 2024-07-10 12:28:30.880531 |
updated_at | 2024-07-10 12:28:30.880531 |
description | A collection of SLAM suites, based on mapping-algorithms |
homepage | |
repository | https://github.com/EmilyMatt/mapping-rs |
max_upload_size | |
id | 1298188 |
size | 9,493 |
mapping-algorithms
cratesAdd this to your Cargo.toml
:
[dependencies]
mapping-suites = { git = "https://github.com/EmilyMatt/mapping-rs.git" }
While the std
feature is enabled by default,
this crate can was designed with no_std
support in mind,
provided that a memory allocator is configured
(this crate does use the alloc
crate).
It can be easily achieved like so:
[dependencies.mapping-suites]
default-features = false
This crate provides profiling and instrumentation insight via the tracing crate.
To use it, simply enable the tracing
feature in your Cargo.toml,
and use your choice of a subscriber.
Note that different functions have different tracing levels.
Since each and every function is instrumented, be sure to remember the overhead for enabling tracing.
If you would like to contribute, we welcome your contributions. Please be sure to check out our CONTRIBUTING.md