検索
Results of 1 - 2 of about 2 for bstr (0.007 sec.)
- デフォルトの Cargo のフィーチャリゾルバ - エディションガイド 11228
- 序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション
...
ドするときに、以下のフィーチャが使われなくなります: bstr v0.2.16: default, lazy_static, regex-automata, uni...
係があったとしましょう: # Cargo.toml [dependencies] bstr = { version = "0.2.16", default-features = false }...
# 別のパッケージの Cargo.toml [build-dependencies] bstr = "0.2.16" 我々のパッケージでは、今までは bstr の...
reaks 関数を使用していたとします。この関数は(本来) bstr の "unicode" フィーチャを有効化しないと使えないもの...
- https://man.plustar.jp/rust/edition/rust-2021/default-cargo-resolver.html - [similar]
- エディションガイド 7485
- 序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション
...
rn crate futures; use futures::Future; mod foo { pub struct Bar; } use foo::Bar; fn my_poll() -> futures::...
ます。 // Rust 2018 use futures::Future; mod foo { pub struct Bar; } use foo::Bar; fn my_poll() -> futures::...
8 mod submodule { use futures::Future; mod foo { pub struct Bar; } use foo::Bar; fn my_poll() -> futures::...
、 example という名前のクレートまたはモジュールに pub struct Option; が含まれていたら、 use example::*; とす...
- https://man.plustar.jp/rust/edition/print.html - [similar]
PREV
1
NEXT