feat: Initial draft of encoding module

This commit is contained in:
Diana Carvalho
2025-01-13 15:44:45 +00:00
parent 4711794e4d
commit 36fe8f4b76
9 changed files with 453 additions and 13 deletions

View File

@@ -1,12 +1 @@
#[allow(dead_code)]
fn main() {
println!("Hello, world!");
}
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}
mod encoding;