https://github.com/antoninhrlt/any
Transform any object into any(thing)
https://github.com/antoninhrlt/any
any objects oop rust
Last synced: 11 months ago
JSON representation
Transform any object into any(thing)
- Host: GitHub
- URL: https://github.com/antoninhrlt/any
- Owner: antoninhrlt
- License: unlicense
- Created: 2023-06-16T15:17:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T15:17:32.000Z (about 3 years ago)
- Last Synced: 2025-05-31T06:54:46.367Z (about 1 year ago)
- Topics: any, objects, oop, rust
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# any
Transform any object into any(thing)
## Note
As I mentioned [here](https://github.com/rust-lang/crates.io/issues/6635), a
user prevents crate names to be used by the community. Waiting to get the "any"
crate name, use this crate as following:
In "Cargo.toml"
```toml
[dependencies]
any = { git = "https://github.com/antoninhrlt/any" }
```