Dependencies for ring-buffers-0.2
Libraries
ring-buffers
- base (>=4.10.1 && <5)
- primitive-unlifted (>=0.1 && <0.2)
- semirings (>=0.3)
- if flag(checked)
- contiguous-checked (>=0.3.2)
- primitive-checked (>=0.7.0.0)
- contiguous (>=0.3.2)
- primitive (>=0.7.0.0)
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