magba 0.5.0

Magnetic computation library for Rust
Documentation
1
2
3
4
5
6
7
8
/*
 * Magba is licensed under The 3-Clause BSD, see LICENSE.
 * Copyright 2025 Sira Pornsiriprasert <code@psira.me>
 */

//! Functions for computing magnetic field measurements.

pub mod hall_effect;