zsh-sys 0.2.2

Low-level bindings to dynamically-loadable zsh internals
1
2
3
4
5
6
7
8
9
10
11
12
13
14


// helpers
mod types;

// extensions
mod builtin;
mod conditions;
mod math;

unsafe impl Sync for crate::base::hashnode {}

unsafe impl Sync for crate::base::features {}
unsafe impl Send for crate::base::features {}