이 블로그 검색

2023년 2월 25일 토요일

byte_rb : rust 에서 구현된 ring buffer

rust 에서 고정길이 메모리 할당 후 memcpy 로 구현한 ring buffer 

https://github.com/jeremyko/byte_rb

https://crates.io/crates/byte_rb

https://docs.rs/byte_rb/1.0.0/byte_rb/