g
g
Initially, I had plans to support this functionality ([see implicit section](https://github.com/kgv/bevy_fluent/blob/63aabdd1429aaccaca74f8105476b2e43e02a3af/DOCUMENTATION.en-US.md#implicit)). But then I gave it up because I couldn't find a good reason why I needed it. However, dynamically...
@pravic Are you still have plans to upgrade this project to working condition?
I could not find something already implemented, so I decided to write my own Cargo.toml formatter. [cargofmt](https://github.com/kgv/cargofmt) Just now work ordering, and table inlining option. Maybe it will be useful...
@yoshuawuyts [try-blocks](https://doc.rust-lang.org/nightly/unstable-book/language-features/try-blocks.html)
@yoshuawuyts Good examples from @alexcrichton for understanding how proxy work (server/client): 1) uses mio [socks5-rs](https://github.com/alexcrichton/socks5-rs) 2) uses tokio [tokio-socks5](https://github.com/tokio-rs/tokio-socks5) they are very simple and contain only targeted implementation. And some...
> Is there any reason for fields of these wrappers being `pub(crate)`? If there is, perhaps `ResourceAsset::new(...)` and `BundleAsset::new(...)` could still be added? They're marked pub(crate) because it's not obvious...