Cargo Features
Sentence2Vec has no features set by default.
[dependencies]
sentence2vec = { version = "0.1.0", features = ["loading", "partition"] }
- loading partition? = bincode, serde, serde_bytes
-
Affects
sentence2vec::file
… - partition = env_logger, loading, log
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- serde loading?
- serde_bytes loading?
- bincode loading?
- log partition?
- env_logger partition?
-
Enables env_logger ^0.10