jaemk / cached

Rust cache structures and easy function memoization
MIT License
1.58k stars 95 forks source link

Synced `README.md` and `Cargo.toml` #170

Closed CommanderStorm closed 1 year ago

CommanderStorm commented 1 year ago

I think this was missed in https://github.com/jaemk/cached/pull/167 ^^

Resolves https://github.com/jaemk/cached/issues/172

FilipAndersson245 commented 1 year ago

I believe the readme is generated from lib.rs so you should probably change there initially.

CommanderStorm commented 1 year ago

the readme is generated from lib.rs

Sorry, I did not read the contribution guide. This is fixed now

jaemk commented 1 year ago

Thanks @CommanderStorm !