acheul's Stars
rust-lang/rust
Empowering everyone to build reliable and efficient software.
slab/quill
Quill is a modern WYSIWYG editor built for compatibility and extensibility
microsoft/windows-rs
Rust for Windows
TechEmpower/FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
cross-rs/cross
“Zero setup” cross compilation and “cross testing” of Rust crates
dtolnay/proc-macro-workshop
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
sfackler/rust-postgres
Native PostgreSQL driver for the Rust programming language
stepancheg/rust-protobuf
Rust implementation of Google protocol buffers
lukes/ISO-3166-Countries-with-Regional-Codes
ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets
mapbox/earcut
The fastest and smallest JavaScript polygon triangulation library for your WebGL apps
framesurge/perseus
A state-driven web development framework for Rust with full support for server-side rendering and static generation.
tauri-apps/plugins-workspace
All of the official Tauri plugins in one place!
crowdagger/crowbook
Converts books written in Markdown to HTML, LaTeX/PDF and EPUB
slab/parchment
Generalized state model for rich-text editors to interface with browser DOM
mongodb/bson-rust
Encoding and decoding support for BSON in Rust
pka/awesome-georust
A curated list of awesome geospatial software, libraries, tools and resources, written in Rust
rksm/axum-yew-setup
A starter project that sets up axum and yew for full stack Rust web apps.
lonePatient/electra_pytorch
ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators
mklf/word2vec-rs
pure rust implemention of word2vec
tauri-apps/tauri-plugin-fs-watch
[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
KnowledgeLab/GeometryofCulture
Github site with code and data associated with the ASR paper on the Geometry of Culture
wpcodevo/rust-axum-jwt-rs256
In this article, you'll learn how to build a secure and efficient backend API in Rust with JWT access and refresh tokens functionality. We'll leverage the high-performance Axum framework and SQLX to store data in a PostgreSQL database.
harharkh/mayda
A Rust library to compress integer arrays.
valentinhofmann/dcwe
Code for "Dynamic Contextualized Word Embeddings"
thewiremonkey/factbook.csv
World Factbook Country Profile Data in CSV (Comma-Separated Values) Format - Free Open Public Domain Data
guyrosin/temporal_attention
Code and data for the paper "Temporal Attention for Language Models", Findings of NAACL 2022
mandt-lab/vbq
Official code for ICML 2020 paper "Variational Bayesian Quantization"
tauri-apps/tauri-plugin-fs
[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
mandt-lab/variational-beam-search
Code repository of NeurIPS 2021 paper: Detecting and Adapting to Irregular Distribution Shifts in Bayesian Online Learning.
dkohlsdorf/RustWord2Vec
Word2Vec implementation in Rust