Docs.rs
molar-1.3.1
molar 1.3.1
Permalink
Docs.rs crate page
Artistic-2.0
Links
Homepage
Repository
crates.io
Source
Owners
yesint
Dependencies
anyhow ^1.0.100
normal
clap ^4.5.53
normal
itertools ^0.14.0
normal
log ^0.4.29
normal
molar_gromacs ^1.0.0
normal
molly >=0.6
normal
nalgebra >=0.33
normal
netcdf ^0.12
normal
optional
num-traits ^0.2.16
normal
peg ^0.8.5
normal
powersasa >=0.1
normal
rayon ^1.11.0
normal
regex ^1.12.2
normal
rustc-hash ^2.1.0
normal
serde ^1.0
normal
sorted-vec ^0.8.10
normal
thiserror ^2.0.17
normal
tinystr >=0.8.2
normal
triomphe ^0.1.14
normal
criterion ^0.8.2
dev
Versions
49.07%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
AtomIterator
molar
1.3.1
Atom
Iterator
Implementors
In crate molar
molar
Trait
Atom
Iterator
Copy item path
Source
pub trait AtomIterator<'a>:
Iterator
<Item = &'a
Atom
> { }
Expand description
Convenience alias for iterator over atoms
Implementors
§
Source
§
impl<'a, T>
AtomIterator
<'a> for T
where T:
Iterator
<Item = &'a
Atom
>,