index
:
gifed
this commit
main
rust crate. gif encoder/decoder/misc. tools
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
blob: 187decb733a5069e13017c967c29ea33c0788142 (
plain
)
1
2
3
4
5
mod
common
;
mod
writer
;
pub
use
common
::
Version
;
pub
use
writer
::
GifBuilder
;