queue-file icon indicating copy to clipboard operation
queue-file copied to clipboard

queue-file is a lightning-fast, transactional, file-based FIFO

Results 1 queue-file issues
Sort by recently updated
recently updated
newest added

I found out that field **len** of **Element** have _usize_ type actually. But it is tested against _i32_. Same for **pos** field. ```rust #[derive(Copy, Clone, Debug)] struct Element { pos:...