//! Parsing the ontology
use crateBytes;
use crate::;
/// Identifies the encoding version of the provided binary data
///
/// # Errors
///
/// This method can fail for the following reasons:
/// - Incorrect byte encoding: [`HpoError::ParseBinaryError`]
/// - Invalid version: [`HpoError::NotImplemented`]
///
pub