rust-embed
Binary Embedder
A Rust macro that embeds files into the binary at compile time during release and loads them from the file system during development.
Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
2k stars
15 watching
85 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
code-generatorrustrust-langserverstatic-server
Related projects:
Repository | Description | Stars |
---|---|---|
xfbs/diff.rs | Compiles Rust code into a WebAssembly binary for rendering diff between crate versions | 106 |
emk/rust-musl-builder | Provides a way to build static Rust binaries for various crates, including OpenSSL and Diesel. | 1,539 |
ifrostizz/murph | Transpiles EVM bytecode into huff bytecode | 117 |
schovi/baked_file_system | A tool for embedding static files into an application's binary during compilation | 177 |
emoon/rust_minifb | A crate for creating windows and framebuffers on multiple platforms. | 1,038 |
ecumene/rust-sloth | A command-line 3D renderer that uses the Rust programming language and various libraries to generate images from OBJ file formats. | 784 |
reubeno/brush | A Rust implementation of a bash-compatible shell with POSIX features. | 24 |
burntsushi/byteorder | A Rust library for encoding and decoding numbers in different byte orders. | 982 |
nativeshell/nativeshell | An embedder for Flutter that provides a platform-agnostic API and consistent desktop experience across various operating systems. | 634 |
rust-embedded-community/pc-keyboard | A Rust-based library for decoding PS/2 keyboard inputs and converting them to Unicode characters using various keyboard layouts. | 99 |
dgrunwald/rust-cpython | Rust bindings for the Python interpreter, allowing Rust code to interact with and use Python libraries and scripts. | 1,813 |
rust-embedded/book | Documentation on using Rust to develop firmware for microcontrollers. | 1,121 |
m4b/goblin | A Rust-based library for parsing and analyzing binary formats | 1,190 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
rust-embedded-community/embedded-storage | An Embedded Storage Abstraction Layer in Rust | 69 |