You can search for identifiers within the package.
in-package search v0.2.0
sanddb
Sanddb.Serializer
Sanddb.Serializer contains the different kind of serializers that are possible with SandDB.
module type Generic_serializer = sig ... end
module type Json_serializer = sig ... end
module type Biniou_serializer = sig ... end