lodestone_python 0.2.3

User friendly magnetic field calculations in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[target.x86_64-apple-darwin]
rustflags = [
  "-C", "link-arg=-undefined",
  "-C", "link-arg=dynamic_lookup",
]

[target.aarch64-apple-darwin]
rustflags = [
  "-C", "link-arg=-undefined",
  "-C", "link-arg=dynamic_lookup",
]

[build]
rustdocflags = [ "--html-in-header", "./src/katex.html" ]