Dependencies for ring-buffers-0.1
Libraries
ring-buffers
- base (>=4.10.1 && <4.13)
- semirings (>=0.3)
- if flag(checked)
- contiguous-checked (>=0.3.2)
- primitive-checked (>=0.6.4.1)
- contiguous (>=0.3.2)
- primitive (>=0.6.4)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
checked | Check all array indexing. This makes most functions slower, but it replaces segfaults with descriptive errors. This should only be used for debugging. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info