all name changes

This commit is contained in:
2022-11-20 19:54:14 +01:00
parent 0b591773f5
commit 6385a65c4f
19 changed files with 81 additions and 81 deletions

View File

@ -13,7 +13,7 @@
//! # Example
//!
//! ```
//! use fsrc_core::pool::{LocalPool, PoolCfg, PoolProvider};
//! use satrs_core::pool::{LocalPool, PoolCfg, PoolProvider};
//!
//! // 4 buckets of 4 bytes, 2 of 8 bytes and 1 of 16 bytes
//! let pool_cfg = PoolCfg::new(vec![(4, 4), (2, 8), (1, 16)]);