File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 10
10
#![ cfg_attr( all( doc, feature = "document-features" ) , feature( doc_cfg, doc_auto_cfg) ) ]
11
11
#![ deny( missing_docs, rust_2018_idioms, unsafe_code) ]
12
12
use bstr:: BString ;
13
+ /// Provides types needed for using [`stack::Platform::matching_attributes()`].
14
+ #[ cfg( feature = "attributes" ) ]
15
+ pub use gix_attributes as attributes;
13
16
/// A way to access the [`Case`](glob::pattern::Case) enum which used throughout this API.
14
17
pub use gix_glob as glob;
18
+ /// Provides types needed for using [`stack::Platform::excluded_kind()`].
19
+ pub use gix_ignore as ignore;
20
+ /// Provides types needed for using [`Stack::at_path()`] and [`Stack::at_entry()`].
21
+ pub use gix_object as object;
15
22
16
23
/// A cache for efficiently executing operations on directories and files which are encountered in sorted order.
17
24
/// That way, these operations can be re-used for subsequent invocations in the same directory.
You can’t perform that action at this time.
0 commit comments