thormotion 0.4.2

A cross-platform motion control library for Thorlabs systems, written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
Project: thormotion
GitHub: https://github.com/MillieFD/thormotion

BSD 3-Clause License, Copyright (c) 2025, Amelia Fraser-Dale

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the conditions of the LICENSE are met.
*/

#![allow(non_snake_case)]

/* ------------------------------------------------------------------------------ Public Modules */

pub mod cmd;
pub mod sn;