-
-
graph-improvement-proposals Public
Forked from graphprotocol/graph-improvement-proposalsThe canonical repository for The Graph's protocol governance. Read more about it: https://thegraph.com/ecosystem/governance/
UpdatedAug 9, 2023 -
tree-buf Public
An experimental serialization system written in Rust
-
-
graphql-parser Public
Forked from graphql-rust/graphql-parserA graphql query language and schema definition language parser and formatter for rust
Rust Apache License 2.0 UpdatedSep 8, 2022 -
-
second-stack Public
A Rust memory allocator for large slices that don't escape the stack.
-
-
-
-
-
ibig-rs Public
Forked from tczajka/ibig-rsA big integer library in Rust with good performance.
-
-
-
-
rust-web3 Public
Forked from tomusdrw/rust-web3Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library.
Rust MIT License UpdatedJun 12, 2020 -
gibbon Public
Forked from johshoff/gibbonWIP implementation of Facebook's gorilla database in rust
Rust UpdatedMay 24, 2020 -
maybe-owned Public
Forked from rustonaut/maybe-ownedprovides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`
Rust Apache License 2.0 UpdatedMay 21, 2020 -
-
Afeather Public
An ECS that stores similar entities together for Rust.
-
unordered-hash Public
Hasher which produces the same result regardless of the order elements are written to the hash
-
-
-
float-hash-of Public
Stores 63 bits of a hash in an f64 for interop with languages like JavaScript
-
-
extend-lifetime Public
Unsafe helper for extending lifetimes in Rust
-
soa-vec Public
A simple Vec-like API over a struct of arrays layout for Rust
-
js-object Public
A macro for creating JavaScript objects in Rust
-