Sign in
chromium
/
chromium
/
src
/
56ed97b900f0943480077ee4fa1b94de137e97ff
/
.
/
services
/
data_decoder
/
xml
/
lib.rs
blob: 5dac0229aecf18181f897bd16d9ce165a9efdc81 [
file
]
// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
pub
mod
cxx
;
pub
mod
parser
;
pub
use
parser
::{
decode_xml_bytes
,
decode_xml_str
};