- Bump version
- Gutter icons work properly now
- Gutter icons are now clickable
- Disabling gutter logo per default due to breaking bug
- Now scanning opened .rs files for imports and displaying a rust logo next to them
- Added the possibility to use an internal browser to display the docs (at the moment needs an extra package like mark-hahn/web-browser to work)
- Added support for other official crates besides std
- Now also attempting to load a module or crate, and not just structs, functions and traits
- Basic heuristic in order to open the right docs for this import (struct? trait? fn?)