All Projects → uazu → qcell

uazu / qcell

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
Statically-checked alternatives to RefCell and RwLock

Programming Languages

rust
11053 projects
perl
6916 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to qcell

Wrcellview
自定义View,类似tableView的系统cell,使用方便 Custom View, similar to the tableView system cell, easy to use
Stars: ✭ 64 (-75.85%)
Mutual labels:  cell
vue-datagrid
Spreadsheet data grid component. Handles enormous data processing.
Stars: ✭ 171 (-35.47%)
Mutual labels:  cell
OpenAVRc Dev
The Next Step ...
Stars: ✭ 60 (-77.36%)
Mutual labels:  rc
Fsautoadjust Cellheightdemo
cell行高自适应,一句代码搞定需求,丝滑般顺畅的滚动体验
Stars: ✭ 73 (-72.45%)
Mutual labels:  cell
React Native Cell Components
Awesome react-native cell components! From a Cell to more complex & awesome components.
Stars: ✭ 177 (-33.21%)
Mutual labels:  cell
archery
Abstract over the atomicity of reference-counting pointers in rust
Stars: ✭ 107 (-59.62%)
Mutual labels:  rc
Expandablecell
✨ Awesome expandable, collapsible tableview cell for iOS written in Swift 5
Stars: ✭ 559 (+110.94%)
Mutual labels:  cell
cyme
Celery Instance Manager
Stars: ✭ 50 (-81.13%)
Mutual labels:  cell
Expandabletable
AZExpandable is a lightweight proxy for UITableView to expand cells.
Stars: ✭ 218 (-17.74%)
Mutual labels:  cell
RoverController
LoRa/WiFi remote controller for driving my rover
Stars: ✭ 87 (-67.17%)
Mutual labels:  rc
Sphere
A lightweight JavaScript-based game development platform, based on the original Sphere engine by Chad Austin but with a redesigned, modern API and brand-new command-line development tools.
Stars: ✭ 90 (-66.04%)
Mutual labels:  cell
Jhform
JhForm - 自定义表单工具,更加简单,快捷的创建表单、设置页面
Stars: ✭ 108 (-59.25%)
Mutual labels:  cell
beboptwo4g
4G/LTE softmod for the Parrot Bebop 2
Stars: ✭ 50 (-81.13%)
Mutual labels:  rc
Paging Collection View Layout
custom collection view layout that allows you to page by cell, not screen
Stars: ✭ 65 (-75.47%)
Mutual labels:  cell
ACViewer
Viewer / Utility for DAT files for the game Asheron's Call
Stars: ✭ 19 (-92.83%)
Mutual labels:  cell
Jquery Rslitegrid
Input tabular data with your keyboard
Stars: ✭ 5 (-98.11%)
Mutual labels:  cell
rc-headless-transmitter
DIY 2.4 GHz RC transmitter without display, configurable through smartphone or web browser
Stars: ✭ 28 (-89.43%)
Mutual labels:  rc
haystack bio
Haystack: Epigenetic Variability and Transcription Factor Motifs Analysis Pipeline
Stars: ✭ 42 (-84.15%)
Mutual labels:  cell
Multiple-collectionView-in-Multiple-tableView-cells
UICollectionView is embed in UITableViewCell. The collection views are horizontal scrollable. The UITableView can have a section title for each UICollectionView and the number of UICollectionView is equal to the number of sections.
Stars: ✭ 23 (-91.32%)
Mutual labels:  cell
rc-config-loader
Load config from .{product}rc.{json,yml,js} file
Stars: ✭ 46 (-82.64%)
Mutual labels:  rc

Statically-checked alternatives to RefCell or RwLock

Cell types that instead of panicking at runtime as with RefCell will give compilation errors instead, or that exchange fine-grained locking with RwLock for coarser-grained locking of a separate owner object.

Documentation

See the crate documentation.

License

This project is licensed under either the Apache License version 2 or the MIT license, at your option. (See LICENSE-APACHE and LICENSE-MIT).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].