hugolz / storage_server

Rust storage server with brotli compression
0 stars 1 forks source link

Storing filetype specific metadata #2

Closed hugolz closed 2 months ago

hugolz commented 9 months ago

Maybe a enum like

enum Metadata{
    Image{
        Size: (usize, usize),
        ...
    }
    ....
}

Idk what other type of file would require metadata tho

Bowarc commented 2 months ago

Nah, ignore file type, just store data