#refcell

  1. atomic_refcell

    线程安全的 RefCell

    v0.1.13 114K #refcell #thread-safe #atomic #borrow #shared-state #mutable #concurrency
  2. qcell

    RefCell 和 RwLock 的静态检查替代方案

    v0.5.4 14K #refcell #cell #borrow #borrowing #rc #send-sync
  3. token-ref-cell

    使用外部令牌同步访问的内部可变单元格

    v0.1.0 100 #cell #refcell #borrowing #interior-mutability #send-sync
  4. ref_wrapper

    动态借用数据的包装器

    v0.2.2 #refcell #ref #iterator #ref-mut
  5. pin-cell

    一个安全固定的单元格

    v0.2.0 2.3K #refcell #reference #interior-mutability #safe #pin #mutable #pinning
  6. rc-writer

    将数据写入引用计数实例的微小实现

    v1.1.10 230 #rc #refcell #write #options #refmut
  7. atomicell

    基于原子的多线程 RefCell

    v0.2.0 500 #refcell #atomic #cell
  8. accountable-refcell

    一个提供动态借用失败操作信息的 RefCell 包装器

    v0.2.1 9.6K #refcell #borrow #stack-trace #mutable-borrow #error #dynamic #failure
  9. rco-cell

    包装器用于 Rc>> 及其弱变体。包括对这类数据结构通常执行的各种实用程序。

    v0.1.0 #refcell #rc #cell #data-structures #options
  10. reffers

    智能指针:ARef,允许比 OwningRef 更多的所有者擦除。Strong 是内存高效的 Rc + RefCell 的组合。还有更多!

    v0.7.0 #smart-pointers #refcell #ref #cell #owning-ref #weak-references #wrapper
  11. own_or_borrow

    对拥有或 RefCell 借用数据的统一引用

    v0.1.0 #refcell #embedded #no-alloc
  12. owned_ref_cell

    提供具有所有权的自定义RefCell变体,以实现灵活和动态的借用管理

    v0.1.0 #reference #refcell #owned #borrowing #lifetime #management #applications
  13. cell

    std::cell::RefCell的替代品,增加了对映射借用的高级支持

    v0.1.8 #refcell #replace #mapping #borrow #state #advanced #borrowed
  14. veccell

    具有内部可变性的Vec变体

    v0.4.0 #interior-mutability #vec #refcell
  15. speedy_refs

    一组简单、快速且有用的智能指针

    v0.2.7 #smart-pointers #refcell #rc #borrow #shared #sync #arc
  16. rt-own

    运行时所有权:所有者、分享者和持有者

    v0.0.2 #shared-data #ownership #reference #rc #refcell #box
  17. rcrefcell

    Rc>的包装类型

    v1.0.7 #refcell #rc #utility #derive-debug #debugging
  18. syncell

    RefCell的同步替代品

    v0.1.0 #cell #refcell #sync #value #mutable #borrowing
  19. hv-cell

    atomic_refcell crate的无标准端口,具有额外的Arc中心功能

    v0.1.0 #refcell #atomic #arc #sync #cell
  20. refcell-lock-api

    为RefCell实现的单线程锁_api,以允许在单线程和多线程代码之间进行抽象

    v0.1.0 #refcell #single-threaded #multi-threaded #abstracting #lock-api #cell #alllow
  21. rccell

    Rc>的便捷包装器

    v0.1.3 #refcell #cell #rc
  22. 尝试使用DuckDuckGo进行搜索。[链接](https://duckduckgo.com/?q=site%3Alib.rs+refcell)

  23. borrow_trait

    公开了borrowborrow_mut的特质

    v0.1.1 #refcell #borrow #traits #pointers #borrow-mut #found #most
  24. maybe_atomic_refcell

    调试模式下的AtomicRefcell和发布模式下的UnsafeCell

    v0.3.1 #debug-mode #debugging #refcell #atomic #unsafe-cell #run-time #check
  25. sync_rw_cell

    RefCell的线程安全版本

    v0.1.0 #refcell #thread-safe #cell #version #sync #borrow #abort
  26. debug-cell

    标准库中的 RefCell 类型的克隆,在非发布构建中增加了额外的调试支持。当发生借用错误时,将打印出已知借用创建的当前位置。

    v0.1.1 360 #refcell #debugging #borrow #happen #error #standard #locations
  27. dioxus-debug-cell

    标准库中的 RefCell 类型的克隆,在非发布构建中增加了额外的调试支持。当发生借用错误时,将打印出已知借用创建的当前位置。

    v0.1.1 10K #refcell #borrow #debugging #happen #standard #locations #builds
  28. cell-ref

    具有按引用变异方法的 Cell 类型

    v0.1.1 #cell #default #reference #copy #mutate #refcell
  29. sublock

    RwLock/RefCell 的变体,支持子锁,如果主 RwLock 打开为读取,则打开为读取,如果主 RwLock 打开为写入,则打开为写入

    v0.2.0 #rw-lock #reading #opened #variant #sync #refcell #cell
  30. nested-ref

    指向一个或多个嵌套 RefCell 中包含的数据的引用

    v0.1.0 #refcell #nested #ref #refref #refmut #no-alloc
  31. xref

    类似于 Cow,但也可以与 RefCell 一起工作

    v0.1.1 #refcell #borrowed #owned #x-ref-mut #reference #value #to-owned
  32. borrow_with_ref_obj

    Borrow[Mut] 的版本,返回引用对象(例如 std::cell::Ref)

    v0.1.3 #borrow #reference #ref #version #object #refcell #return
  33. unit15

    whp-unit15

    v0.1.0 #unit15 #whp-unit15 #refcell
  34. mitochondria

    Cell 的动力源泉

    v1.1.2 200 #cell #powerhouse #refcell #mutable #container
  35. lendable_mutex

    在 ReentrantMutex> 上的优雅包装器;你可以“借出”的互斥锁

    v0.3.2 #mutex #wrapper #refcell #lend #reentrant-mutex-ref-cell-t
  36. atomic_refcell_try

    线程安全的 RefCell

    v0.2.0 #refcell #thread #borrow #atomic #thread-safe #value #high
  37. gid

    全局ID

    v0.1.1 #id #refcell #arc #hash-map #experiment #rw-lock
  38. rc-cell

    Rc>的包装器

    v0.1.0 #cell #refcell #rc
  39. interior_mut

    内部可变类型的抽象

    v0.1.0 #mutability #refcell #rw-lock #mutex
  40. rcstruct

    生成透明的Struct(Rc<RefCell<Struct>>)新类型

    v0.2.0 #newtype #transparent #struct #generate #refcell #rc-ref-cell-struct #running
  41. deque_cell

    crates.io deque_cell软件包的仓库

    v0.1.0 #repository #package #io #vec-deque #internal #check #refcell