ct2rs-platform 0.9.19

Platform-specific default feature sets for ct2rs
1
2
3
4
5
6
7
8
9
10
11
12
// lib.rs
//
// Copyright (c) 2023-2025 Junpei Kawamoto
//
// This software is released under the MIT License.
//
// http://opensource.org/licenses/mit-license.php

#![doc = include_str!("../README.md")]
#![no_std]

pub use ct2rs::*;