File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 22
22
//! The [downloader] module provides a component to download blobs from
23
23
//! multiple sources and store them in a store.
24
24
//!
25
+ //! # Feature flags
26
+ //!
27
+ //! - rpc: Enable the rpc server and client. Enabled by default.
28
+ //! - net_protocol: Enable the network protocol. Enabled by default.
29
+ //! - downloader: Enable the downloader. Enabled by default.
30
+ //! - fs-store: Enable the filesystem store. Enabled by default.
31
+ //!
32
+ //! - cli: Enable the cli. Disabled by default.
33
+ //! - example-iroh: dependencies for examples in this crate. Disabled by default.
34
+ //! - test: test utilities. Disabled by default.
35
+ //!
25
36
//! [BLAKE3]: https://github.com/BLAKE3-team/BLAKE3-specs/blob/master/blake3.pdf
26
37
//! [iroh]: https://docs.rs/iroh
27
38
#![ deny( missing_docs, rustdoc:: broken_intra_doc_links) ]
You can’t perform that action at this time.
0 commit comments