Skip to content

Latest commit

 

History

History
153 lines (99 loc) · 6.33 KB

File metadata and controls

153 lines (99 loc) · 6.33 KB

Far Manager Plugins API bindings for Rust

Though bindings are at PoC stage, it is already possible to create Far Manager plugins in Rust.

Useful links

Usage

Just clone 'HelloWorld' plugin repository and use it as a skeleton for your Far Manager plugin.

Other examples:

Implementation status

Basic API

Export functions

Service functions

Panel API

Export functions

Service functions

Editor API

Export functions

Service functions

Viewer API

Export functions

Service functions

Dialog API

Export functions

Service functions

Settings API

Export functions

Service functions

Plugin Manager API

Service functions

Miscellaneous API

Export functions

Service functions

Macro API

Service functions

License

This project is licensed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT

Contacts