dftd4_src/
lib.rs

1//! dftd4 build-from-source or library selection
2//!
3//! This module is only used for rust-side configuration of library linking.
4//! Please see the following document for more details.
5#![doc = include_str!("../readme.md")]
6#![no_std]