Racer v1.2 Release Notes

    • โž• Added basic 'daemon' mode, racer process can be kept running between invocations

    • ๐Ÿ“œ now uses clap to parse command line options

    • โž• Adds caching of file source and code indices

    • โž• Adds an alternative 'tabbed' mode where inputs and outputs can be tab separated for easier parsing

    • ๐Ÿ‘ emacs and vim support split out into their own git projects [emacs-racer] and [vim-racer], respectively.

    • ๐Ÿ›  Fix issue resolving some std::* modules in latest rust source: (rust std lib implicitly imports core with #![no_std])

    • Searches multirust overrides when locating cargo src directories