Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoninhrlt/any
Transform any object into any(thing)
https://github.com/antoninhrlt/any
any objects oop rust
Last synced: about 6 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-16T15:17:32.000Z (over 1 year ago)
- Last Synced: 2024-04-17T00:01:45.587Z (7 months 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" }
```