Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クレートのドキュメントに次の部分があります。
//! # Examples //! ```rust,no_run //! extern crate stm32f103xx; //! // ... //! ```
stm32f103xx問題は、クレートへの依存がオプションであることです。デフォルトで機能を有効にするとすべて正常に動作stm32f103xxしますが、デフォルトにしたくありません。rustdoc例を検証する場合にのみその機能を有効にする方法はありますか?
stm32f103xx
rustdoc