Features from optional dependencies
- anyhow implicit feature
-
Enables anyhow
anyhow:
Flexible concrete Error type built on std::error::Error
- bumpalo implicit feature
-
Enables bumpalo
bumpalo:
A fast bump allocation arena for Rust
- compact_str implicit feature
-
Enables compact_str ^0.6.1
compact_str:
A memory efficient string type that transparently stores strings on the stack, when possible
- dashmap implicit feature
-
Enables dashmap ^5.5.3
dashmap:
Blazing fast concurrent HashMap for Rust
- either implicit feature
-
Enables either
either:
The enum
Either
with variantsLeft
andRight
is a general purpose sum type with two cases - futures implicit feature
- hashbrown implicit feature
-
Enables hashbrown ^0.14.3
hashbrown:
A Rust port of Google's SwissTable hash map
- indexmap implicit feature
-
Enables indexmap ^1.9.1
indexmap:
A hash table with consistent order and fast iteration
- num-bigint implicit feature
-
Enables num-bigint
num-bigint:
Big integer implementation for Rust
- once_cell implicit feature
-
Enables once_cell
once_cell:
Single assignment cells and lazy values
- parking_lot implicit feature
-
Enables parking_lot ^0.11.2
parking_lot:
More compact and efficient implementations of the standard synchronization primitives
- prost-types implicit feature
-
Enables prost-types ^0.11.2
prost-types:
Prost definitions of Protocol Buffers well known types
- relative-path implicit feature
-
Enables relative-path
relative-path:
Portable, relative paths for Rust
- serde_json implicit feature
-
Enables serde_json
serde_json:
A JSON serialization file format
- slab implicit feature
-
Enables slab
slab:
Pre-allocated storage for a uniform data type
- smallvec implicit feature
-
Enables smallvec
smallvec:
'Small vector' optimization: store up to a small number of items on the stack
- sorted_vector_map implicit feature
-
Enables sorted_vector_map ^0.1
@oss-disable: sorted_vector_map.path = "../../../common/rust/shed/sorted_vector_map"
- tokio implicit feature
-
Enables tokio
tokio:
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications
- triomphe implicit feature