aboutsummaryrefslogtreecommitdiff
path: root/evc/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-12-06 21:46:19 +0100
committermetamuffin <metamuffin@disroot.org>2022-12-06 21:46:19 +0100
commit39cb075c7f58e78899be43ca9ad4d65837f53a26 (patch)
tree61f11a221ea2d60b8dc92c1af736c0fb3c9aad2d /evc/src/lib.rs
parent437e092985e5633eee50874c337ccbdd0b76ff1e (diff)
downloadvideo-codec-experiments-39cb075c7f58e78899be43ca9ad4d65837f53a26.tar
video-codec-experiments-39cb075c7f58e78899be43ca9ad4d65837f53a26.tar.bz2
video-codec-experiments-39cb075c7f58e78899be43ca9ad4d65837f53a26.tar.zst
unsafe multithreading
Diffstat (limited to 'evc/src/lib.rs')
-rw-r--r--evc/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/evc/src/lib.rs b/evc/src/lib.rs
index 22866e1..e8eb51d 100644
--- a/evc/src/lib.rs
+++ b/evc/src/lib.rs
@@ -12,3 +12,4 @@ pub mod pixel;
pub mod ser;
pub mod view;
pub mod vec2;
+pub mod threading;