Cargo Features
swimos_utilities has no features set by default.
[dependencies]
swimos_utilities = { version = "0.1.1", features = ["all", "algebra", "buf_channel", "multi_reader", "collections", "errors", "future", "io", "rtree", "circular_buffer", "sync", "text", "time", "trigger", "encoding"] }
- all = algebra, buf_channel, circular_buffer, collections, encoding, errors, future, multi_reader, rtree, text, time
- algebra all? = swimos_algebra
- buf_channel all? io? = swimos_byte_channel
- multi_reader all? = swimos_multi_reader
- collections all? = rtree
- errors all? = swimos_errors
- future all? sync? = swimos_future
- io = buf_channel, swimos_fs
- rtree all? collections? = swimos_rtree
- circular_buffer all? sync? = swimos_sync
- sync = circular_buffer, future, trigger
- text all? = swimos_format, swimos_route
- time all? = swimos_time
- trigger sync? = swimos_trigger
- encoding all? = swimos_encoding
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.
- swimos_byte_channel buf_channel?
- swimos_multi_reader multi_reader?
- swimos_algebra algebra?
- swimos_errors errors?
- swimos_format text?
- swimos_trigger trigger?
- swimos_future future?
- swimos_fs io?
- swimos_route text?
- swimos_rtree rtree?
- swimos_sync circular_buffer?
- swimos_time time?
- swimos_encoding encoding?