1 2 3 4 5 6 7 8 9
[package] authors = ["Maksims Ivanovs"] description = """ SPSC (single-producer single-consumer) implementation of bounded queue with low synchronization overhead. """ license = "MIT" name = "spsc" version = "0.0.0"