//! Common types for `uniprot` and `uniref`.
pubmoddate;pubmodproperty;pubmodsequence;/// The string type used throughout the library.
#[cfg(feature ="smartstring")]pubtypeShortString=smartstring::alias::String;/// The string type used throughout the library.
#[cfg(not(feature ="smartstring"))]pubtypeShortString=std::string::String;