idet-core 0.4.1

Editing logic for text editors, without a frontend
Documentation
1
2
3
4
5
6
7
extensions rs
names rust rs
line_comment //
block_comment /* */ nested
strings " \
keywords as async await break const continue crate dyn else enum extern fn for if impl in let loop match mod move mut pub ref return self Self static struct super trait type unsafe use where while
types bool char f32 f64 i8 i16 i32 i64 i128 isize str u8 u16 u32 u64 u128 usize Box Option Result String Vec