Skip to content

Commit

Permalink
Explain it is generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
matzipan committed Jun 20, 2024
1 parent bd2a675 commit acaecdb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/lox-io/src/ndm/ndm_ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
//! let message = NdmType::from_xml_str(xml).unwrap();
//! ```
// This file is partially generated with xml-schema-derive from the XSD schema
// published by CCSDS. Adaptations have been made to simplify the types or
// allow to simplify the implementation of the KVN parser.

use serde;

use super::{ocm, oem, omm, opm};
Expand Down
4 changes: 4 additions & 0 deletions crates/lox-io/src/ndm/ocm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
//! let message = OcmType::from_xml_str(xml).unwrap();
//! ```
// This file is partially generated with xml-schema-derive from the XSD schema
// published by CCSDS. Adaptations have been made to simplify the types or
// allow to simplify the implementation of the KVN parser.

use serde;

use super::common;
Expand Down
4 changes: 4 additions & 0 deletions crates/lox-io/src/ndm/oem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
//! let message = OemType::from_xml_str(xml).unwrap();
//! ```
// This file is partially generated with xml-schema-derive from the XSD schema
// published by CCSDS. Adaptations have been made to simplify the types or
// allow to simplify the implementation of the KVN parser.

use serde;

use super::common;
Expand Down
4 changes: 4 additions & 0 deletions crates/lox-io/src/ndm/omm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@
//! let message: OmmType = KvnDeserializer::from_kvn_str(&kvn).unwrap();
//! ```
// This file is partially generated with xml-schema-derive from the XSD schema
// published by CCSDS. Adaptations have been made to simplify the types or
// allow to simplify the implementation of the KVN parser.

use serde;

use super::common;
Expand Down
4 changes: 4 additions & 0 deletions crates/lox-io/src/ndm/opm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@
//! let message: OpmType = KvnDeserializer::from_kvn_str(&kvn).unwrap();
//! ```
// This file is partially generated with xml-schema-derive from the XSD schema
// published by CCSDS. Adaptations have been made to simplify the types or
// allow to simplify the implementation of the KVN parser.

use serde;

use super::common;
Expand Down

0 comments on commit acaecdb

Please sign in to comment.