ayrat555 / frankenstein

Telegram bot API client for Rust
Do What The F*ck You Want To Public License
268 stars 28 forks source link

box struct fields in Message #69

Closed ayrat555 closed 2 years ago

ayrat555 commented 2 years ago

the size of the Message struct changed from 5136 bytes to 672 bytes

mem::size_of::<frankenstein::Message>()

resolves https://github.com/ayrat555/frankenstein/issues/67 and https://github.com/ayrat555/frankenstein/issues/63