feat: Initial draft of encoding module
This commit is contained in:
13
src/lib.rs
13
src/lib.rs
@@ -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;
|
||||
Reference in New Issue
Block a user