fleshing out the core a bit more
This commit is contained in:
parent
e05815e550
commit
c8bb484a53
13 changed files with 497 additions and 9 deletions
11
src/rust/core/videos.rs
Normal file
11
src/rust/core/videos.rs
Normal file
|
@ -0,0 +1,11 @@
|
|||
pub struct Video {
|
||||
title: String
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
#[test]
|
||||
pub fn test_video() {
|
||||
assert_eq!(true, true)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue