Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teloxide/teloxide-rocksdb
The RocksDB dialogue storage support for `teloxide`
https://github.com/teloxide/teloxide-rocksdb
Last synced: about 1 month ago
JSON representation
The RocksDB dialogue storage support for `teloxide`
- Host: GitHub
- URL: https://github.com/teloxide/teloxide-rocksdb
- Owner: teloxide
- License: mit
- Created: 2022-11-16T15:37:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T16:47:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T11:04:40.964Z (about 2 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `teloxide-rocksdb`
The [RocksDB] dialogue storage support for [`teloxide`].RocksDB was [added] in `teloxide` v0.11.1 and [removed] in v0.12.0 due to the degradation of compilation times. Therefore, it is now provided as a stand-alone library.
[added]: https://github.com/teloxide/teloxide/pull/753
[removed]: https://github.com/teloxide/teloxide/pull/761[RocksDb]: http://rocksdb.org/
[`teloxide`]: https://github.com/teloxide/teloxide