thormotion 0.4.1

A cross-platform motion control library for Thorlabs systems, written in Rust.
Documentation
# See a full list of keys and their definitions at https://rust-lang.github.io/rustfmt
edition = "2024"
unstable_features = true

# Start tidy alphabetical list
comment_width = 100
condense_wildcard_suffixes = true
format_code_in_doc_comments = true
format_strings = true
group_imports = "StdExternalCrate"
hex_literal_case = "Upper"
imports_granularity = "Module"
imports_layout = "HorizontalVertical"
newline_style = "Unix"
normalize_doc_attributes = true
reorder_impl_items = true
style_edition = "2024"
wrap_comments = true
# End tidy alphabetical list