implement gio::memory_input_stream

This commit is contained in:
yggverse 2024-10-29 16:01:05 +02:00
parent 0bbcb6372d
commit 02ced24cce
5 changed files with 153 additions and 2 deletions

1
src/gio.rs Normal file
View file

@ -0,0 +1 @@
pub mod memory_input_stream;