xso/src/error.rs 🔗
@@ -3,6 +3,7 @@
This module contains the error types used throughout the `xso` crate.
*/
+
// Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
//
// This Source Code Form is subject to the terms of the Mozilla Public
Jonas Schäfer created
xso/src/error.rs | 1 +
xso/src/lib.rs | 1 +
xso/src/minidom_compat.rs | 1 +
3 files changed, 3 insertions(+)
@@ -3,6 +3,7 @@
This module contains the error types used throughout the `xso` crate.
*/
+
// Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
//
// This Source Code Form is subject to the terms of the Mozilla Public
@@ -13,6 +13,7 @@ advanced XML scenarios.
XSO is an acronym for XML Stream(ed) Objects, referring to the main field of
use of this library in parsing XML streams like specified in RFC 6120.
*/
+
// Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
//
// This Source Code Form is subject to the terms of the Mozilla Public
@@ -1,4 +1,5 @@
//! Implementations of traits from this crate for minidom types
+
// Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
//
// This Source Code Form is subject to the terms of the Mozilla Public