On 17-12-21, 10:21, Miguel Ojeda wrote: > In any case, one can also re-export things more conveniently for > users, so that is an option too. This is what I have done now, and this is how users access them: use libgpiod::{Chip, Edge, EdgeEventBuffer, Error, LineConfig, LineEdgeEvent, RequestConfig}; -- viresh