A high-level small framework built on top of grammers.
  • Rust 98.6%
  • Nix 1.4%
Find a file
2026-03-30 11:27:48 -03:00
.github/workflows feat: add workflow actions 2025-01-02 11:33:08 -03:00
ferogram feat: impl fallback endpoint 2026-03-30 11:27:48 -03:00
ferogram-macros chore: remove unnecessary serde dependencie and add dispatcher-with-macros example 2026-03-23 01:53:39 -03:00
.envrc chore: add Nix flake infrastructure 2026-03-17 01:42:39 -03:00
.gitignore initial commit 2024-09-29 16:15:39 -03:00
.rusty-hook.toml chore: add rusty-hook for pre-commit and pre-push checks 2025-01-05 16:24:51 -03:00
Cargo.toml chore: remove unused async-trait dependencie 2026-03-17 01:53:53 -03:00
flake.lock chore: generate flake.lock 2026-03-17 01:44:49 -03:00
flake.nix refactor: replace sleep-based dispatcher shutdown with notification 2026-03-20 23:41:34 -03:00
LICENSE chore: simplify licensing to MIT-only 2026-03-17 01:43:30 -03:00
README.md chore: fix typos and correct module references 2026-03-17 02:32:10 -03:00
shell.nix chore: add Nix flake infrastructure 2026-03-17 01:42:39 -03:00

ferogram

A set of friendly libraries to make your deal with Telegram API through grammers easier.

License

All the libraries and binaries contained in this repository are licensed under MIT license (LICENSE or http://opensource.org/licenses/MIT)

Contribution

Thank you for considering to contribute! I'll try my best to provide quick, constructive feedback on your issues or pull requests. Please do call me out if you think my behaviour is not acceptable at any time. I will try to keep the discussion as technical as possible. Similarly, I will not tolerate poor behaviour from your side towards other people (including myself).

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.