救生员-Rust中的对象池管理器-Rust开发

时间:2024-06-16 12:46:59
【文件属性】:

文件名称:救生员-Rust中的对象池管理器-Rust开发

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-16 12:46:59

Rust Memory management

lifeguard对象池管理器API文档示例池发出包装在smartpointer中的值。 外部板条箱救生员; 使用救生员:: *; lifeguard对象池管理器API文档示例池发出包装在smartpointer中的拥有值。 外部板条箱救生员; 使用救生员:: *; fn main(){让池:池 = pool()。with(StartingSize(10))。build(); {let string = pool.new_from(“ Hello,World!”); //从池中删除一个值assert_eq!(9,pool.size()); } //超出范围的值将自动移回池中。 assert_eq!(10,pool.size()); 值t


【文件预览】:
lifeguard-master
----.github()
--------workflows()
----tests()
--------lib.rs(5KB)
----LICENSE(1KB)
----src()
--------lib.rs(19KB)
----Cargo.toml(345B)
----benches()
--------lib.rs(6KB)
----examples()
--------.cargo()
--------string_pool()
----.gitignore(54B)
----README.md(5KB)

网友评论