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