Re-exports§
pub use self::coosys::CooSys;pub use self::data::binary::Binary;pub use self::data::binary2::Binary2;pub use self::data::fits::Fits;pub use self::data::stream::Stream;pub use self::data::tabledata::TableData;pub use self::data::Data;pub use self::definitions::Definitions;pub use self::desc::Description;pub use self::error::VOTableError;pub use self::field::Field;pub use self::fieldref::FieldRef;pub use self::group::Group;pub use self::group::TableGroup;pub use self::impls::mem::VoidTableDataContent;pub use self::info::Info;pub use self::link::Link;pub use self::param::Param;pub use self::paramref::ParamRef;pub use self::resource::Resource;pub use self::table::Table;pub use self::table::TableElem;pub use self::timesys::TimeSys;pub use self::values::Max;pub use self::values::Min;pub use self::values::Opt;pub use self::values::Values;pub use self::votable::VOTable;
Modules§
- Module dedicated to the
COOSYStag. - Module dedicated to the
DATAtag. - Enum of the possible VOTable datatypes.
- Struct dedicated to the
DEFINITIONStag. - Struct dedicated to the
DESCRIPTIONtag. - Definition of the VOTable errors.
- Struct dedicated to the
FIELDtag. - Struct dedicated to the
FIELDreftag. - Struct dedicated to the
GROUPtag. - Struct dedicated to the
INFOtag. - Module defining iterators on table rows.
- Struct dedicated to the
LINKtag. - Struct dedicated to the
PARAMtag. - Struct dedicated to the
PARAMreftag. - Module dedicated to the
RESOURCEtag. - Module dedicated to the
TABLEtag. - Module dedicated to the
TIMESYStag. - Module dedicated to the
VALUEStag. - Module dedicated to the
VOTABLEtag.