Awesome List Updates on Aug 08, 2021
10 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Ios
App Routing
- SwiftCurrent (⭐306) - A library for managing complex workflows.
2. Urban and Regional Planning Resources
Platforms and Software Resources / Urban Design Tools and Platforms
- TestFit - TestFit features algorithms and co-creation tools help developers, architects, urban planners and more to solve hotel, parking or multifamily building site plans in seconds.
- Delve - Delve uses generative design and AI to reveal the very best options for your project priorities and site design metrics.
Platforms and Software Resources / Transportation Planning Tools and Platforms
- Remix - A platform to empower cities to plan the best possible transportation system — from public transit to safer streets to ever-increasing new modes of mobility. Remix provides tools to edit & test GTFS, generate multimodal streets, and explore relevant data.
- Streetmix - A collaborative civic engagement platform for urban design. Design, remix, and share your neighborhood street with Streetmix.
3. Awesome Godot
Plugins and scripts / Godot 3
- godot-ink (⭐650) - A C# (Mono) plugin to integrate stories writen in ink (⭐4.3k), a scripting language for writing interactive narrative.
4. Awesome Vue
Components & Libraries / UI Components
- v-network-graph (⭐545) - An interactive SVG based network-graph visualization component for Vue 3.
5. Awesome Ros2
Documentation / Build system (ROS2)
- ROS2 Quality Assurance Guidelines (⭐7) - A collection of guidelines and tutorials for improving package quality, following REP-2004 quality standards and integrating Continuous Integration.
6. Awesome Neovim
Dependency Management / Diagnostics
- vuki656/package-info.nvim (⭐533) - Display latest package version as virtual text in package.json.
7. PlacesToPostYourStartup
Websites
- GrowthBoosters - https://www.growthboosters.com/product/add
8. Awesome Cryptography
Courses / Hash functions
- Harvard's Cryptography Lecture notes - An introductory but fast-paced undergraduate/beginning graduate course on cryptography, Used for Harvard CS 127.
9. Awesome Rust
Applications / System tools
- nickgerace/gfold (⭐324) [gfold] - CLI tool to help keep track of multiple Git repositories
Applications / Text editors
- ox (⭐3.5k) - An independent Rust text editor that runs in your terminal!
Applications / Utilities
- raftario/licensor (⭐198) - write licenses to stdout
- rustdesk/rustdesk (⭐84k) - A remote desktop software, great alternative to TeamViewer and AnyDesk.
- vaultwarden (⭐42k)
- Alternative implementation of the Bitwarden server API written in Rust
Development tools / FFI
- Node.js
- infinyon/node-bindgen (⭐556) - Easy way to generate nodejs module using Rust
- neon-bindings/neon (⭐8.2k) - Rust bindings for writing safe and fast native Node.js modules
- zhangyuang/node-ffi-rs (⭐233) - A module written in Rust and N-API provides interface (FFI) features for Node.js
- Web Assembly
- rhysd/wain (⭐443) - wain: WebAssembly INterpreter from scratch in Safe Rust with zero dependency
- rustwasm/wasm-bindgen (⭐8.1k) - A project for facilitating high-level interactions between wasm modules and JS.
- rustwasm/wasm-pack (⭐6.5k) - 📦 ✨ pack up the wasm and publish it to npm!
- rhysd/wain (⭐443) - wain: WebAssembly INterpreter from scratch in Safe Rust with zero dependency
Libraries / Cloud
- Load Balancer
- Convey (⭐346) - Layer 4 Load Balancer with dynamic configuration loading.
Libraries / Command-line
- TUI
- BearLibTerminal
- ccbrown/iocraft (⭐458) [iocraft] - A crate for beautiful, artisanally crafted CLIs, TUIs, and text-based IO.
- gyscos/Cursive (⭐4.4k) [cursive] - build rich TUI applications
- ivanceras/titik (⭐122) - a crossplatform TUI widget library with the goal of providing interactive widgets
- ncurses
- ihalila/pancurses (⭐403) [pancurses] - curses library, supports linux and windows
- jeaye/ncurses-rs (⭐693) [ncurses] - ncurses bindings
- ogham/rust-term-grid (⭐67) [term_grid] - Library for putting things in a grid
- ratatui-org/ratatui (⭐12k) [ratatui] - Library that's all about cooking up terminal user interfaces (TUIs)
- redox-os/termion (⭐2.1k) [termion] - bindless library for controlling terminals/TTY
- ruterm - tiny & simple library for working with TTY
- Termbox
- gchp/rustbox (⭐470) [rustbox] - bindings to Termbox (⭐2k)
- TimonPost/crossterm (⭐3.5k) [crossterm] - crossplatform terminal library
Libraries / Compression
- Brotli
- dropbox/rust-brotli (⭐838) - Brotli decompressor that optionally avoids the stdlib
- ende76/brotli-rs (⭐64) - implementation of Brotli compression
Libraries / Computation
- calebwin/emu (⭐1.6k) - A language for GPGPU numerical computing
- dimforge/nalgebra (⭐4.2k) - low-dimensional linear algebra library
Libraries / Cryptography
- rustls/rustls (⭐6.5k) - Implementation of TLS
Libraries / Database
- sfackler/r2d2 (⭐1.6k) - generic connection pool
Libraries / Encoding
- ProtocolBuffers
- stepancheg/rust-protobuf (⭐2.9k) - Rust implementation of Google protocol buffers
- tokio-rs/prost (⭐4.2k) -
Libraries / Game development
- Awesome wgpu (⭐438) - A curated list of wgpu code and resources
- SFML
- jeremyletang/rust-sfml (⭐654) - SFML bindings
Libraries / Geospatial
- rust-reverse-geocoder (⭐130) - A fast, offline reverse geocoder, inspired by thampiman/reverse-geocoder (⭐1.9k)
Libraries / GUI
- fschutt/azul (⭐6k) - A free, functional, IMGUI-oriented GUI framework for rapid development of desktop applications written in Rust, supported by the Mozilla WebRender rendering engine.
- Qt
- cyndis/qmlrs (⭐436) - QtQuick bindings
- rust-qt - Qt bindings for Rust
- woboq/qmetaobject-rs (⭐664) - Integrate Qml and Rust by building the QMetaObject at compile time.
- rise-ui (⭐73) - Simple component-based cross-Platform GUI Toolkit for developing beautiful and user-friendly interfaces.
Libraries / Network programming
- NATS
- nats-io/nats.rs (⭐1.1k) - Client for NATS, the cloud native messaging system.
- nats-io/nats.rs (⭐1.1k) - Client for NATS, the cloud native messaging system.
- P2P
- libp2p/rust-libp2p (⭐4.9k) - Implementation of libp2p networking stack.
- n0-computer/iroh (⭐4.3k) [iroh] - crate for building on direct connections between devices
- libp2p/rust-libp2p (⭐4.9k) - Implementation of libp2p networking stack.
- RPC
- ENQT-GmbH/remoc (⭐185) [remoc] - Remoc provides channels (broadcast, mpsc, oneshot, watch) similar to Tokio's and trait calling over any remote transport.
- smallnest/rpcx-rs (⭐133) - A RPC library for developing microservices in easy and simple way.
- ENQT-GmbH/remoc (⭐185) [remoc] - Remoc provides channels (broadcast, mpsc, oneshot, watch) similar to Tokio's and trait calling over any remote transport.
Libraries / Parsing
- s-panferov/queryst (⭐70) - A query string parsing library inspired by gs (⭐8.7k)
Libraries / Web programming
- Miscellaneous
- cargonauts (⭐178) - A web framework intended for building maintainable, well-factored web apps.
- edezhic/prest (⭐57) [prest] - Progressive RESTful framework aimed to simplify fullstack development
- hominee/dyer (⭐127) [dyer] - dyer is designed for reliable, flexible and fast Request-Response based service, including data processing, web-crawling and so on, providing some friendly, flexible, comprehensive features without compromising speed.
- osohq/oso (⭐3.5k) [oso] - A policy engine for authorization that's embedded in your application.
- pwoolcoc/soup [soup] - A library similar to Python's BeautifulSoup, designed to enable quick and easy manipulation and querying of HTML documents.
- pyrossh/rust-embed (⭐1.8k) - A macro to embed static assets into the rust binary
- rookie (⭐248) - Load cookies from any browser on any platform.
- rust-scraper/scraper (⭐2.1k) [scraper] - HTML parsing and querying with CSS selectors.
- serenity-rs/serenity (⭐5k) [serenity] - A library for the Discord API
- softprops/openapi (⭐129) - A library for processing openapi spec files
- svix/svix-webhooks (⭐2.6k) [svix] - A library for sending webhooks and verifying signatures.
- tbot [tbot] - Make cool Telegram bots easily
- teloxide/teloxide (⭐3.4k) - An elegant Telegram bots framework
- tu6ge/valitron (⭐60) [valitron] - An ergonomic, functional and configurable validator
- utkarshkukreti/select.rs (⭐981) [select] - A library to extract useful data from HTML documents, suitable for web scraping.
- Utoipa (⭐2.9k) - Simple, Fast, Code first and Compile time generated OpenAPI documentation
- Utoipauto (⭐145) - Rust Macros to automate the addition of Paths/Schemas to Utoipa
Resources / Web programming
- Decks & Presentations
- Learning systems programming with Rust - Presented by Julia Evans @ Rustconf 2016.
- Rust: Hack Without Fear! - Presented by Nicholas Matsakis @ C++Now 2018
- Shipping a Solid Rust Crate - Presented by Michael Gattozzi @ RustConf 2017
10. Mind Expanding Books
Philosophy And Psychology
Name: The Ascent of Humanity
Author: Charles Eisenstein
Goodreads Rating: 4.43
Year Published: 2007
- Prev: Aug 09, 2021
- Next: Aug 07, 2021