/JSON-Serializer

Applications for JSON serialization, deserialization and accessor functionality in Rust and Go using a pipeline architecture

Primary LanguageRustMIT LicenseMIT

JSON Serializer

Foundations of Programming Languages (FLP)

MSc in Computer Engineering - Faculty of Sciences of the University of Lisbon

Winter Semester 2024/2025

Applications for JSON serialization, deserialization and accessor functionality in both Rust and Go using a pipeline architecture.

How to Run

Rust

cd rust
cargo run

Go

cd go
go run ./main

How to Test

Rust

cd rust
cargo test

Go

cd go
go test ./...