https://github.com/linebender/anymore
Rust's Any trait with Debug support, intended for UI
https://github.com/linebender/anymore
Last synced: 9 months ago
JSON representation
Rust's Any trait with Debug support, intended for UI
- Host: GitHub
- URL: https://github.com/linebender/anymore
- Owner: linebender
- License: apache-2.0
- Created: 2025-07-15T10:37:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T10:26:07.000Z (10 months ago)
- Last Synced: 2025-08-11T12:24:09.964Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Anymore
**`Any` extended with `Debug` support, developed for user interfaces**
[](https://crates.io/crates/anymore)
[](https://docs.rs/anymore)
[](#license)
\
[](https://xi.zulipchat.com/#narrow/channel/422907-rust-ui/topic/Anymore/with/528830762)
[](https://deps.rs/repo/github/linebender/anymore)
[](https://github.com/linebender/anymore/actions)
The Anymore library provides the `AnyDebug` trait, for dynamically typed values which can be inspected in Rust.
Full details, including usage instructions and motivations can be found in the [Anymore package's README](./anymore/README.md).
## Minimum supported Rust Version (MSRV)
This version of Anymore has been verified to compile with **Rust 1.86** and later.
Future versions of Anymore might increase the Rust version requirement.
It will not be treated as a breaking change and as such can even happen with small patch releases.
## Community
[](https://xi.zulipchat.com/#narrow/channel/422907-rust-ui/topic/Anymore/with/528830762)
Discussion of Anymore development happens in the [Linebender Zulip](https://xi.zulipchat.com/), specifically in [#rust ui > Anymore](https://xi.zulipchat.com/#narrow/channel/422907-rust-ui/topic/Anymore).
All public content can be read without logging in.
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.
## Contribution
Contributions are welcome by pull request. The [Rust code of conduct] applies.
Please feel free to add your name to the [AUTHORS] file in any substantive pull request.
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 licensed as above, without any additional terms or conditions.
[Rust Code of Conduct]: https://www.rust-lang.org/policies/code-of-conduct
[AUTHORS]: ./AUTHORS