1 2 3 4 5 6 7
pub mod avalanche; pub mod photodiode; pub mod responsivity; pub use avalanche::AvalanchePhotodetector; pub use photodiode::Photodiode; pub use responsivity::{DetectorBandwidth, DetectorNoise, SpectralResponsivity};