Ingvar Stepanyan
Ingvar Stepanyan
Mostly useful for analysis of a regexp (complexity and such). It's useful to rely on `Character` to be a single character, no matter what kind it is, while these classes...
> Then I'll look forward to what you'll do in the future, and for now either > > * use the default Serde JSON approach together with this library >...
Supporting trait items would be very useful indeed, as it would complete coverage for all top-level items.
> You can links to traits, you just can't link to things inside traits, such as methods or associated types. Hm that's not what I'm seeing, links to traits don't...
Just tried again and it's definitely not resolving my traits: ``` warning: Could not resolve definition of `crate::api::Focuser`. warning: Could not resolve definition of `crate::api::ObservingConditions`. warning: Could not resolve definition...
> There's limitation like symbol re-export not working (#5). Ah maybe that's it, I'll recheck. > Have to check that, but if it involves having rust nightly installed (and I'm...
> it's easier to install nightly toolchain and do `cargo +nightly install cargo-rdme` than it is to rewrite docs just to account for cargo-rdme's limitations Besides, you could probably even...
I should probably also link to https://rust-lang.github.io/rfcs/2963-rustdoc-json.html which has a fairly detailed documentation of the format.
> There's limitation like symbol re-export not working (#5). > > > Ah I missed log at the top: ``` warning: Unable to find module file for module crate::api in...
@seanmonstar Can you take a look at the PR please? I don't really understand the errors on old Rust tbh - it doesn't point to any "special" syntax, but maybe...