csv-rs 0.1.0

Library for HYGON CSV and DCU
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright (C) Hygon Info Technologies Ltd.
//
// SPDX-License-Identifier: Apache-2.0

//! HYGON's certificates.
//! Certificate provenance: <https://cert.hygon.cn/hrk>
//! The certificate is embedded here as byte slices.

/// The public HRK certificate.
pub const HRK: &[u8] = include_bytes!("hrk.cert");