NoProto
Flexible, Fast & Compact Serialization with RPC
File Explorer
Download Latest Version (.zip)- bench.fbs
- bench_fb.rs
- bench_pb.proto
- bench_pb.rs
- main.rs
- run_bench_abomonation.rs
- run_bench_avro.rs
- run_bench_bincode.rs
- run_bench_bson.rs
- run_bench_flatbuffers.rs
- run_bench_flexbuffers.rs
- run_bench_json.rs
- run_bench_messagepack.rs
- run_bench_messagepack_rs.rs
- run_bench_no_proto.rs
- run_bench_postcard.rs
- run_bench_prost.rs
- run_bench_protocol_buffers.rs
- run_bench_rawbson.rs
- run_bench_rkyv.rs
- run_bench_serde_json.rs
- .DS_Store
- Cargo.lock
- Cargo.toml
- flamegraph.svg
- README.md
- README.md
- monorepo.md
- quick.rs
- list.rs
- map.rs
- mod.rs
- table.rs
- tuple.rs
- any.rs
- bool.rs
- bytes.rs
- date.rs
- dec.rs
- geo.rs
- mod.rs
- numbers.rs
- option.rs
- string.rs
- ulid.rs
- uuid.rs
- buffer.rs
- error.rs
- format.rs
- hashmap.rs
- json_flex.rs
- lib.rs
- lib_wasm.rs
- memory.rs
- rpc.rs
- schema.rs
- utils.rs
- Cargo.lock
- Cargo.toml
- out.txt
- list.rs
- map.rs
- mod.rs
- struc.rs
- tuple.rs
- any.rs
- bool.rs
- bytes.rs
- date.rs
- dec.rs
- geo.rs
- mod.rs
- numbers.rs
- option.rs
- portal.rs
- string.rs
- ulid.rs
- union.rs
- uuid.rs
- .DS_Store
- buffer.rs
- error.rs
- format.rs
- hashmap.rs
- idl.rs
- json_flex.rs
- lib.rs
- memory.rs
- rpc.rs
- schema.rs
- utils.rs
- .DS_Store
- Cargo.toml
- CHANGELOG.md
- README.md
- README.md
- README.md
- README.md
- README.md
- README.md
- .DS_Store
- .gitignore
- Cargo.toml
- idl.js
- LICENSE
- logo_small.png
- README.md
- void-rules.toml
# Installation Guide
1. Get the code
git clone https://github.com/only-cliches/NoProto
Downloads the entire project code from GitHub to your computer.
cd NoProto
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
