Skip to content

Commit

Permalink
TODO ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed May 14, 2016
1 parent 8869bae commit 9aa3674
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TODO.md
@@ -0,0 +1,6 @@
- write Rust structures for `demux_t` and `stream_t`
- make a separate module to import functions from `libvlccore`
- make wrappers for those imported functions. Example: make the `stream_Peek` return a slice
- design a proper library linking system (using cargo, build.rs?)
- is there a nice way (maybe a macro?) to transform `"test"` in `b"test\0".as_ptr()`?
- write wrappers for VLC logging

0 comments on commit 9aa3674

Please sign in to comment.