Stdune.Id
module type S = sig ... end
module Make : functor () -> S
A functor to create a new ID generator module.