votable 0.7.0

Rust implementation of a VOTable serializer/deserializer with support for format other than XML, such as JSON, TOML or YAML.
Documentation
1
2
3
4
//! Module containing tools to help parsing the base 64 encoded stream in BINARY or BINARY2.

pub mod read;
pub mod write;